summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2020-12-10 17:48:01 +0100
committerJoan Figueras2020-12-10 17:48:01 +0100
commit7db8b4a7400225e7f7b79e89a695b794fc58999e (patch)
treec67fecd6c6d471dd5d6b5b713340cc0bc420e64b
parent0f3f7cb23c6cbfd2c272232ff49c2ea2d98f67b2 (diff)
downloadaur-7db8b4a74002.tar.gz
Removed provides as suggested by Scimmia
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abb37178dd1c..8af202c35cad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,9 +32,7 @@ pkgname = linux-xanmod-lts
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
- provides = linux
pkgname = linux-xanmod-lts-headers
pkgdesc = Header files and scripts for building modules for Xanmod Linux kernel
- provides = linux-headers
diff --git a/PKGBUILD b/PKGBUILD
index d75044ac901a..d785d5d737d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -218,7 +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')
cd linux-${_major}
local kernver="$(<version)"
@@ -244,7 +243,6 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for Xanmod Linux kernel"
- provides=('linux-headers')
cd linux-${_major}
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"