summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFigue2019-01-12 16:44:01 +0100
committerFigue2019-01-12 16:44:01 +0100
commitbad5fcc506aa59fd5693a5100389f9ec7d40d88a (patch)
tree5c383d2843796b2b94492790c035d4bb77d2d56e /PKGBUILD
parent794ef1badb83e356a79de325dee788928d7ae150 (diff)
downloadaur-bad5fcc506aa59fd5693a5100389f9ec7d40d88a.tar.gz
Remove conflicts and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2325d3e870b..f7b0dffe1c83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -137,9 +137,6 @@ _package() {
pkgdesc="The Linux kernel and modules with Xanmod patches"
depends=(coreutils linux-firmware kmod mkinitcpio)
optdepends=('crda: to set the correct wireless channels of your country')
- provides=('linux' 'linux-xanmod-git')
- replaces=('linux-xanmod-git')
- conflicts=('linux-xanmod-git')
backup=("etc/mkinitcpio.d/$pkgbase.preset")
install=linux.install
@@ -193,9 +190,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')
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"