summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimão Gomes Viana2020-12-11 17:43:40 +0100
committerSimão Gomes Viana2020-12-11 17:46:49 +0100
commit4e7a677cee8cb089754f0b4ef2b4ade0ec907636 (patch)
treed1ac5795bae7bdebafa1c8f53c9247f0e1ca2187
parentb29742bfe1a9ea1da881e304eecff43160953325 (diff)
downloadaur-4e7a677cee8cb089754f0b4ef2b4ade0ec907636.tar.gz
Remove provides as per warning in wiki
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 0 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 541e324a25c8..daa0f6b7ed75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -31,14 +31,11 @@ pkgname = linux-nitrous
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-nitrous-headers: to build DKMS modules against this kernel
optdepends = linux-firmware: Additional firmware blobs
- provides = linux
backup = etc/mkinitcpio.d/linux-nitrous.preset
pkgname = linux-nitrous-headers
pkgdesc = Header files and scripts for building modules for Linux kernel (tagged git version)
- provides = linux-headers
pkgname = linux-nitrous-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux kernel (tagged git version)
- provides = linux-docs
diff --git a/PKGBUILD b/PKGBUILD
index bddb5ba19c67..b0c468160188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,7 +79,6 @@ _package() {
'linux-nitrous-headers: to build DKMS modules against this kernel'
'linux-firmware: Additional firmware blobs'
)
- provides=('linux')
__kernelname=linux-nitrous
backup=("etc/mkinitcpio.d/linux-nitrous.preset")
install=${pkgbase}.install
@@ -144,7 +143,6 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for Linux kernel (tagged git version)"
- provides=('linux-headers')
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
@@ -275,7 +273,6 @@ _package-headers() {
_package-docs() {
pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel (tagged git version)"
- provides=('linux-docs')
cd "${_srcname}"