summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 0 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa7a194c2bb8..9c552608bbc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,15 +32,7 @@ pkgname = linux-xanmod-anbox
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-anbox-git
- conflicts = linux-xanmod-anbox-git
- replaces = linux-xanmod-anbox-git
pkgname = linux-xanmod-anbox-headers
pkgdesc = Header files and scripts for building modules for Xanmod Linux kernel with ashmem and binder enabled
- provides = linux-headers
- provides = linux-xanmod-anbox-git-headers
- conflicts = linux-xanmod-anbox-git-headers
- replaces = linux-xanmod-anbox-git-headers
diff --git a/PKGBUILD b/PKGBUILD
index 46fdf75b47fa..f3f689576aaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -236,9 +236,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-anbox-git')
- replaces=('linux-xanmod-anbox-git')
- conflicts=('linux-xanmod-anbox-git')
cd linux-${_major}
local kernver="$(<version)"
@@ -261,9 +258,6 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for Xanmod Linux kernel with ashmem and binder enabled"
- provides=('linux-headers' 'linux-xanmod-anbox-git-headers')
- replaces=('linux-xanmod-anbox-git-headers')
- conflicts=('linux-xanmod-anbox-git-headers')
cd linux-${_major}
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"