From 11bd5680f36bee3a578c2782e4324405d91e5b91 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 10 Oct 2019 14:54:10 +0200 Subject: PKGBUILD: Adding linux-firmware to optdepends (base is now a meta-package). --- .SRCINFO | 3 ++- PKGBUILD | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2a5f4a9..0096656 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-rt-lts pkgver = 4.19.72_rt25 - pkgrel = 2 + pkgrel = 3 url = https://wiki.linuxfoundation.org/realtime/start arch = x86_64 license = GPL2 @@ -46,6 +46,7 @@ pkgname = linux-rt-lts depends = kmod depends = mkinitcpio optdepends = crda: to set the correct wireless channels of your country + optdepends = linux-firmware: firmware images needed for some devices backup = etc/mkinitcpio.d/linux-rt-lts.preset pkgname = linux-rt-lts-headers 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 -- cgit v1.2.3