summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeka2022-11-03 18:41:53 +0300
committerJeka2022-11-03 18:41:53 +0300
commit96fc48bdaa547a775eec2f79d7bd297299bb3d31 (patch)
treeaa207213dc150979a1f99430d351b1ddbdf336fe /PKGBUILD
parent06d7ce29c82d48783fcbb388591b9769b565d150 (diff)
downloadaur-96fc48bdaa547a775eec2f79d7bd297299bb3d31.tar.gz
fix optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39b56fabc025..0d99c2562dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
makedepends=(bc docbook-xsl libelf pahole git inetutils kmod xmlto cpio perl tar xz)
-optdepends=('dkms: Dynamic Kernel Module System' 'nvidia-dkms: NVIDIA drivers - module sources')
replaces=('linux-acs-manjaro' 'linux-acs-manjaro-headers')
options=('!strip')
@@ -136,7 +135,7 @@ build() {
package_linux-jcore() {
pkgdesc="Kernel for Manjaro/Arch (ACS override patch include)"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=27')
- optdepends=('wireless-regdb: to set the correct wireless channels of your country')
+ optdepends=('dkms: Dynamic Kernel Module System' 'nvidia-dkms: NVIDIA drivers - module sources' 'wireless-regdb: to set the correct wireless channels of your country')
provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULE)
cd "linux-${pkgver}"