mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-firmware to 20220209.6342082-1
This commit is contained in:
parent
19a5814730
commit
c815159854
1 changed files with 5 additions and 5 deletions
|
@ -7,17 +7,16 @@ pkgbase=linux-firmware
|
|||
pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
||||
linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
|
||||
)
|
||||
#_tag=20211216
|
||||
_commit=0c6a7b3bf728b95c8b7b95328f94335e2bb2c967
|
||||
pkgver=20220119.0c6a7b3
|
||||
pkgrel=2.1
|
||||
_tag=20220209
|
||||
pkgver=20220209.6342082
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware files for Linux"
|
||||
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"
|
||||
license=('GPL2' 'GPL3' 'custom')
|
||||
arch=('any')
|
||||
makedepends=('git')
|
||||
options=(!strip)
|
||||
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed"
|
||||
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=${_tag}?signed"
|
||||
0001-Add-support-for-compressing-firmware-in-copy-firmware.patch)
|
||||
sha256sums=('SKIP'
|
||||
'41c73f88ac68a3aef01fd406ce6cdb87555c65e4816dab12df10740875551aa7')
|
||||
|
@ -73,6 +72,7 @@ build() {
|
|||
}
|
||||
|
||||
package_linux-firmware-whence() {
|
||||
pkgdesc+=" - contains the WHENCE license file which documents the vendor license details"
|
||||
cd "$pkgbase"
|
||||
install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 WHENCE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue