summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimão Gomes Viana2020-12-11 17:46:22 +0100
committerSimão Gomes Viana2020-12-11 17:46:22 +0100
commitee23027d9c11a1d225b17b460e5a7bc9588ed0f6 (patch)
treebb29b26c75e16a387b839f7b307cc24069d53e12 /PKGBUILD
parent872c83fd9d7de67e09d5c0ae29488f3e9fbe0575 (diff)
downloadaur-ee23027d9c11a1d225b17b460e5a7bc9588ed0f6.tar.gz
Remove provides as per warning in wiki
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d992a07f9d7..9704074668d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,6 @@ _package() {
'linux-nitrous-fire-git-headers: to build DKMS modules against this kernel'
'linux-firmware: Additional firmware blobs'
)
- provides=('linux')
__kernelname=linux-nitrous-fire-git
backup=("etc/mkinitcpio.d/linux-nitrous-fire-git.preset")
install=${pkgbase}.install
@@ -136,7 +135,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}"
@@ -260,7 +258,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"