summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Orth2019-11-11 13:55:36 +0200
committerAlan Orth2019-11-11 14:01:22 +0200
commit1cc7fee1c1405b4f9f42ee5b69435ee9b0e04fbf (patch)
tree379f92db6ef48aa6be6fff88f0e75dae6e5755a0
parent8f512647ed0f61047745808bced32b96dfa59c49 (diff)
downloadaur-1cc7fee1c1405b4f9f42ee5b69435ee9b0e04fbf.tar.gz
Adjust "provides" to match other kernels
First, remove linux-clear-bin from the provides because it is done automatically. Then, we remove "linux" because I noticed that other official Arch Linux packages for third-party kernels like linux-zen and linux-hardened do not provide "linux". I suppose that we cannot say linux-clear-bin provides an exact drop-in replacement for Arch Linux's "linux" package. Also, for what it's worth, linux-clear on AUR does this as well. See: https://wiki.archlinux.org/index.php/PKGBUILD#provides See: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/linux-zen See: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/linux-hardened
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef6160440795..daed05256bb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,6 @@ pkgbase = linux-clear-bin
optdepends = intel-ucode-clear: intel cpu and i915 firmware
optdepends = linux-clear-headers-bin: header files for the kernel
optdepends = crda: to set the correct wireless channels of your country
- provides = linux=5.3.9
- provides = linux-clear=5.3.9
provides = WIREGUARD-MODULE
conflicts = linux-clear
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1b9de3c470e4..a62ed1b70d9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ optdepends=(
'linux-clear-headers-bin: header files for the kernel'
'crda: to set the correct wireless channels of your country'
)
-provides=("linux=${pkgver}" "linux-clear=${pkgver}" "WIREGUARD-MODULE")
+provides=("WIREGUARD-MODULE")
conflicts=("linux-clear")
options=('!strip')