summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimao Gomes Viana2019-11-06 00:16:23 +0100
committerSimao Gomes Viana2019-11-06 00:16:23 +0100
commitf8ec3488c5ebe71f5d065f87f4d6c569ec6da559 (patch)
tree79ebd2af713a0cdc02b29cb1378ea975f4baae85 /PKGBUILD
parenteff842bccddde19f4f64c8cbb62e93e0334b783b (diff)
downloadaur-f8ec3488c5ebe71f5d065f87f4d6c569ec6da559.tar.gz
Add headers to optdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abeb53b19727..5b854c4fb062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,7 +68,10 @@ build() {
_package() {
pkgdesc="Modified Linux kernel optimized for Haswell (and newer) compiled using clang"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
- optdepends=('crda: to set the correct wireless channels of your country')
+ optdepends=(
+ 'crda: to set the correct wireless channels of your country'
+ 'linux-nitrous-git-headers: to build DKMS modules against this kernel'
+ )
provides=('linux')
__kernelname=linux-nitrous
backup=("etc/mkinitcpio.d/linux-nitrous.preset")