summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimão Gomes Viana2020-12-11 17:44:48 +0100
committerSimão Gomes Viana2020-12-11 17:44:48 +0100
commit00e6b339dae3fb59abf36ca3e0ff96d3bd4c02d1 (patch)
tree0359f40e21c5ca11ca6d90c66f2e0d961c47cc62
parent735989ac91f1637f60f8cc11064ec2f2f76805c0 (diff)
downloadaur-00e6b339dae3fb59abf36ca3e0ff96d3bd4c02d1.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 5812da0fe35d..ab7077c9b9c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -31,14 +31,11 @@ pkgname = linux-nitrous-git
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-nitrous-git-headers: to build DKMS modules against this kernel
optdepends = linux-firmware: Additional firmware blobs
- provides = linux
backup = etc/mkinitcpio.d/linux-nitrous-git.preset
pkgname = linux-nitrous-git-headers
pkgdesc = Header files and scripts for building modules for Linux kernel (git version)
- provides = linux-headers
pkgname = linux-nitrous-git-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux kernel (git version)
- provides = linux-docs
diff --git a/PKGBUILD b/PKGBUILD
index e7f6fc209285..da9d8be23aea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -81,7 +81,6 @@ _package() {
'linux-nitrous-git-headers: to build DKMS modules against this kernel'
'linux-firmware: Additional firmware blobs'
)
- provides=('linux')
__kernelname=linux-nitrous-git
backup=("etc/mkinitcpio.d/linux-nitrous-git.preset")
install=${pkgbase}.install
@@ -144,7 +143,6 @@ _package() {
_package-headers() {
pkgdesc="Header files and scripts for building modules for Linux kernel (git version)"
- provides=('linux-headers')
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
@@ -268,7 +266,6 @@ _package-headers() {
_package-docs() {
pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel (git version)"
- provides=('linux-docs')
cd "linux-nitrous"