summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimão Gomes Viana2020-11-01 18:21:32 +0100
committerSimão Gomes Viana2020-11-01 18:22:52 +0100
commitb0cf65aae89bed294f45355e85b8b6a5d543d29e (patch)
treecd8cc7083dcc210348d28e27492ec26cc82f9ee9 /PKGBUILD
parentcfa5c6c57661471229d00f0ae02fe5f7c42afb28 (diff)
downloadaur-b0cf65aae89bed294f45355e85b8b6a5d543d29e.tar.gz
Make linux-firmware optional
Signed-off-by: Simão Gomes Viana <devel@superboring.dev>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12fae6d0074a..9697721e54eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,10 +73,11 @@ build() {
_package() {
pkgdesc="Modified Linux kernel optimized for Haswell (and newer) compiled using clang (tagged git version), with Clear Linux patches"
- depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
+ depends=('coreutils' 'kmod' 'mkinitcpio>=0.7')
optdepends=(
'crda: to set the correct wireless channels of your country'
'linux-nitrous-headers: to build DKMS modules against this kernel'
+ 'linux-firmware: Additional firmware blobs'
)
provides=('linux')
__kernelname=linux-nitrous