summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNihilisticPandemonium2019-12-19 20:24:27 -0800
committerNihilisticPandemonium2019-12-19 20:24:27 -0800
commit2dae881dae459a70a1832e4add9cc21c56753b0b (patch)
tree9b9a54efb3bea8100c8649d5f72d1af3e8da9ef9 /PKGBUILD
parent4c775afe4701a6896689230bac025c21dd6d00bf (diff)
downloadaur-2dae881dae459a70a1832e4add9cc21c56753b0b.tar.gz
Add kmod-nc as a hard dependency as this kernel will not boot without it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36c543064fca..0f498cbf764c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgbase=linux-nc
_srcname=linux-5.4
pkgver=5.4.4
-pkgrel=4
+pkgrel=5
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
-makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
+makedepends=('xmlto' 'kmod-nc' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=(
https://cdn.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.{xz,sign}
@@ -105,7 +105,7 @@ build() {
_package() {
pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
[ "${pkgbase}" = "linux" ] && groups=('base')
- depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
+ depends=('coreutils' 'linux-firmware' 'kmod-nc' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux.install