summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/linux-libre/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index 05cef5d03..9c0090083 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -152,9 +152,9 @@ _package() {
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=${pkgbase}.install
if [ "$CARCH" != "mips64el" ]; then
- provides+=("linux${_kernelname}-kmod-alx")
- conflicts+=("linux${_kernelname}-kmod-alx")
- replaces+=("linux${_kernelname}-kmod-alx")
+ provides+=('linux-libre-kmod-alx')
+ conflicts+=('linux-libre-kmod-alx')
+ replaces+=('linux-libre-kmod-alx')
fi
if [ "$CARCH" = "mips64el" ]; then
optdepends+=('mkinitcpio: to make the initramfs (needs reinstall of this package)')