summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreggz2020-12-20 14:42:54 +0100
committereggz2020-12-20 14:42:54 +0100
commit39641095214d8c2565f848e6197fa21c9862e150 (patch)
treeb3be35c3a2f7c0b1cc5100cd686b5bba2eae12a4
parent94346120a1ae2284a3a332e8c79105fc8687caf2 (diff)
downloadaur-39641095214d8c2565f848e6197fa21c9862e150.tar.gz
ommit provides section
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 0 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fb2744bde47..b1023154db80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,14 +33,11 @@ pkgname = linux-amd-raven
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-raven.preset
pkgname = linux-amd-raven-headers
pkgdesc = Header files and scripts for building modules for Linux kerel with working amdgpu for Raven Ridge hardware
- provides = linux-headers
pkgname = linux-amd-raven-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux kernel
- provides = linux-docs
diff --git a/PKGBUILD b/PKGBUILD
index 341409f10e84..42716aaef99f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -86,7 +86,6 @@ _package() {
pkgdesc="Linux kernel with working amdgpu for Raven Ridge 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
@@ -146,7 +145,6 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for Linux kerel with working amdgpu for Raven Ridge hardware"
- 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}"