summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilisticPandemonium2019-12-19 20:24:27 -0800
committerNihilisticPandemonium2019-12-19 20:24:27 -0800
commit2dae881dae459a70a1832e4add9cc21c56753b0b (patch)
tree9b9a54efb3bea8100c8649d5f72d1af3e8da9ef9
parent4c775afe4701a6896689230bac025c21dd6d00bf (diff)
downloadaur-2dae881dae459a70a1832e4add9cc21c56753b0b.tar.gz
Add kmod-nc as a hard dependency as this kernel will not boot without it.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f71901e432df..70fc611ae9b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = linux-nc
pkgver = 5.4.4
- pkgrel = 4
+ pkgrel = 5
url = https://www.kernel.org/
arch = x86_64
license = GPL2
makedepends = xmlto
- makedepends = kmod
+ makedepends = kmod-nc
makedepends = inetutils
makedepends = bc
makedepends = libelf
@@ -40,7 +40,7 @@ pkgname = linux-nc
install = linux.install
depends = coreutils
depends = linux-firmware
- depends = kmod
+ depends = kmod-nc
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
backup = etc/mkinitcpio.d/linux-nc.preset
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