summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaansu-auto2018-08-14 08:14:13 -0700
committerRaansu-auto2018-08-14 08:14:13 -0700
commit518df783e551bcd1ee96cb23a379dda8d82a202e (patch)
tree091ff979bbd7a52cca42e48d2b276a68f45a4b89
parent4d33189d9eaed60116b81efb799a777e2ac58eca (diff)
downloadaur-518df783e551bcd1ee96cb23a379dda8d82a202e.tar.gz
Add a extra optdepends package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60ab2de72cdf..c2a54658da65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,6 +35,7 @@ pkgname = linux-aarch64-rock64-bin
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
+ optdepends = linux-aarch64-rock64-bin-headers
provides = linux=4.4.138_1094
provides = linux-aarch64=4.4.138_1094
conflicts = linux
diff --git a/PKGBUILD b/PKGBUILD
index bb84905be884..04916ace90dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,7 @@ prepare() {
package_linux-aarch64-rock64-bin() {
pkgdesc="The Linux Kernel and modules - ${_desc}"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
- optdepends=('crda: to set the correct wireless channels of your country')
+ optdepends=('crda: to set the correct wireless channels of your country' 'linux-aarch64-rock64-bin-headers')
provides=("linux=${pkgver}" "linux-aarch64=${pkgver}")
conflicts=('linux' 'linux-aarch64' 'linux-arch64-rc') provides=('kernel26' "linux=${pkgver}")
replaces=('linux-armv8')