mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-firmware to 20241017.22a6c7dc-1
This commit is contained in:
parent
41cb045d27
commit
b0950b6fe8
2 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-firmware
|
||||
pkgdesc = Firmware files for Linux
|
||||
pkgver = 20240909.552ed9b8
|
||||
pkgver = 20241017.22a6c7dc
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/kernel-firmware/linux-firmware
|
||||
arch = any
|
||||
|
@ -10,11 +10,12 @@ pkgbase = linux-firmware
|
|||
license = custom
|
||||
makedepends = git
|
||||
makedepends = rdfind
|
||||
makedepends = python
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240909
|
||||
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20241017
|
||||
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
|
||||
b2sums = 1578c2a2fc4696a21d463f03745dc5bf2fe1266001e3ceac698f52c4b891c1d045c788c6ac57555182f8cf78b6dd973e84fed34884092dc36850c63643d067f9
|
||||
b2sums = 8befc4883f6c69682a6b7c603aff6ca80e7e79277ac3ad698e731a904b22cdfd55c7d32a661621ef47a88d7298be960535b7ebcc100d847eea79cda3124ab8f5
|
||||
|
||||
pkgname = linux-firmware-whence
|
||||
pkgdesc = Firmware files for Linux - contains the WHENCE license file which documents the vendor license details
|
||||
|
|
|
@ -7,8 +7,9 @@ pkgbase=linux-firmware
|
|||
pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
||||
linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
|
||||
)
|
||||
_tag=20240909
|
||||
pkgver=20240909.552ed9b8
|
||||
_tag=20241017
|
||||
#_commit=c979a06518069901e4c43e0019d3a15b435b7e16
|
||||
pkgver=20241017.22a6c7dc
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware files for Linux"
|
||||
url="https://gitlab.com/kernel-firmware/linux-firmware"
|
||||
|
@ -22,13 +23,14 @@ arch=('any')
|
|||
makedepends=(
|
||||
git
|
||||
rdfind
|
||||
python
|
||||
)
|
||||
options=(
|
||||
!strip
|
||||
!debug
|
||||
)
|
||||
source=("git+$url.git?signed#tag=${_tag}")
|
||||
b2sums=('1578c2a2fc4696a21d463f03745dc5bf2fe1266001e3ceac698f52c4b891c1d045c788c6ac57555182f8cf78b6dd973e84fed34884092dc36850c63643d067f9')
|
||||
b2sums=('8befc4883f6c69682a6b7c603aff6ca80e7e79277ac3ad698e731a904b22cdfd55c7d32a661621ef47a88d7298be960535b7ebcc100d847eea79cda3124ab8f5')
|
||||
validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>
|
||||
|
||||
_backports=(
|
||||
|
@ -182,5 +184,3 @@ package_linux-firmware-bnx2x() {
|
|||
|
||||
mv -v linux-firmware-bnx2x/* "${pkgdir}"
|
||||
}
|
||||
|
||||
# vim:set sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue