summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimão Gomes Viana2021-09-10 01:02:41 +0200
committerSimão Gomes Viana2021-09-10 01:02:41 +0200
commitdaef2e44e18c07e27c6ce6e2e3c199ebebeeedc8 (patch)
treef9d271b210e588db25dcac7d879b8c786836c8e5 /PKGBUILD
parent4e9ac81687cedb0ccb24a772fe2ef010e4837f74 (diff)
downloadaur-daef2e44e18c07e27c6ce6e2e3c199ebebeeedc8.tar.gz
Depend on initramfs instead of mkinitcpio
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c5df21022eb..7088d72e2783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ build() {
_package() {
pkgdesc="Modified Linux kernel optimized for Skylake (and newer) compiled using clang (tagged git version), with Clear Linux patches, sacrificing security for performance. The 'nitrous-fire' kernel is insecure, only use it if you need the performance."
- depends=('coreutils' 'kmod' 'mkinitcpio>=0.7')
+ depends=('coreutils' 'kmod' 'initramfs')
optdepends=(
'crda: to set the correct wireless channels of your country'
'linux-nitrous-fire-headers: to build DKMS modules against this kernel'