summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-10-10 14:54:10 +0200
committerDavid Runge <dave@sleepmap.de>2019-10-10 14:54:10 +0200
commit11bd5680f36bee3a578c2782e4324405d91e5b91 (patch)
treef84f91734f36c9591d3a15118ede46ed8eb7bb8c /PKGBUILD
parent7882b5f7215c9fbe250468b36cc4092325618492 (diff)
PKGBUILD: Adding linux-firmware to optdepends (base is now a meta-package).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c7e2f5..f354fad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgbase=linux-rt-lts # Build kernel with a different name
_pkgver=4.19.72
_rtpatchver=rt25
pkgver=${_pkgver}_${_rtpatchver}
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://wiki.linuxfoundation.org/realtime/start"
license=('GPL2')
@@ -91,7 +91,8 @@ _package() {
pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
[[ $pkgbase = linux ]] && groups=(base)
depends=(coreutils linux-firmware kmod mkinitcpio)
- optdepends=('crda: to set the correct wireless channels of your country')
+ optdepends=('crda: to set the correct wireless channels of your country'
+ 'linux-firmware: firmware images needed for some devices')
backup=("etc/mkinitcpio.d/$pkgbase.preset")
install=${pkgbase}.install