summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 0 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 818c279cfd51..2f59c6e0d115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,14 +33,11 @@ pkgname = linux-amd-znver2
depends = mkinitcpio>=0.7
depends = lzop
optdepends = crda: to set the correct wireless channels of your country
- provides = linux
backup = etc/mkinitcpio.d/linux-amd-znver2.preset
pkgname = linux-amd-znver2-headers
pkgdesc = Header files and scripts for building modules for the linux-amd-znver2 kernel
- provides = linux-headers
pkgname = linux-amd-znver2-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux kernel
- provides = linux-docs
diff --git a/PKGBUILD b/PKGBUILD
index f5ef41a601ab..620cc25aed15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -85,7 +85,6 @@ _package() {
pkgdesc="Linux kernel aimed at the znver2 AMD Ryzen CPU based hardware"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'lzop')
optdepends=('crda: to set the correct wireless channels of your country')
- provides=('linux')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux.install
@@ -145,7 +144,6 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for the linux-amd-znver2 kernel"
- provides=('linux-headers')
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
@@ -230,7 +228,6 @@ _package-headers() {
_package-docs() {
pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel"
- provides=('linux-docs')
cd "${_srcname}"