summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2020-12-10 17:47:18 +0100
committerJoan Figueras2020-12-10 17:47:18 +0100
commitaf0a0f45aeaeedcdf430ba08172d684f51faeeda (patch)
tree13f26b1b46948d5f5058060cb3ef40ca078e45a2
parent9d05fffa3e57562ac2171324a09d79e89d3f7284 (diff)
downloadaur-af0a0f45aeae.tar.gz
Removed provides as suggested by Scimmia
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 0 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c24091e9ac2f..4b6cc0625cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,15 +32,7 @@ pkgname = linux-xanmod
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
- provides = linux
- provides = linux-xanmod-git
- conflicts = linux-xanmod-git
- replaces = linux-xanmod-git
pkgname = linux-xanmod-headers
pkgdesc = Header files and scripts for building modules for Xanmod Linux kernel
- provides = linux-headers
- provides = linux-xanmod-git-headers
- conflicts = linux-xanmod-git-headers
- replaces = linux-xanmod-git-headers
diff --git a/PKGBUILD b/PKGBUILD
index 0f7254e920be..1fb096107db0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -228,9 +228,6 @@ _package() {
depends=(coreutils kmod initramfs)
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices')
- provides=('linux' 'linux-xanmod-git')
- replaces=('linux-xanmod-git')
- conflicts=('linux-xanmod-git')
cd linux-${_major}
local kernver="$(<version)"
@@ -253,9 +250,6 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for Xanmod Linux kernel"
- provides=('linux-headers' 'linux-xanmod-git-headers')
- replaces=('linux-xanmod-git-headers')
- conflicts=('linux-xanmod-git-headers')
cd linux-${_major}
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"