summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2020-12-10 17:45:45 +0100
committerJoan Figueras2020-12-10 17:45:45 +0100
commitec1aae4b4d0f01a51449a072db40086277c1fdc6 (patch)
treef37cf0e4c78745cd725810b5ca8d9f2e9cb5fd15
parentaf5583ce763a32ffe980ab15b295e6bbd5505a7e (diff)
downloadaur-ec1aae4b4d0f.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 e6c89d04a371..e14adb7df399 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,15 +29,7 @@ pkgname = linux-xanmod-git
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-git-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 0a4ce2261d3a..edd0e3f201f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -218,9 +218,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
local kernver="$(<version)"
@@ -243,9 +240,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
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"