mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-firmware to 20240909.552ed9b8-1
This commit is contained in:
parent
3b34c61a7c
commit
c2f31e8de4
2 changed files with 23 additions and 11 deletions
|
@ -1,19 +1,20 @@
|
||||||
pkgbase = linux-firmware
|
pkgbase = linux-firmware
|
||||||
pkgdesc = Firmware files for Linux
|
pkgdesc = Firmware files for Linux
|
||||||
pkgver = 20240809.59460076
|
pkgver = 20240909.552ed9b8
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gitlab.com/kernel-firmware/linux-firmware
|
url = https://gitlab.com/kernel-firmware/linux-firmware
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL2
|
license = GPL-2.0-only
|
||||||
license = GPL3
|
license = GPL-2.0-or-later
|
||||||
|
license = GPL-3.0-only
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = rdfind
|
makedepends = rdfind
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !debug
|
options = !debug
|
||||||
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240811
|
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240909
|
||||||
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
|
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
|
||||||
sha256sums = 2ff3645681d23658fa5e6ca5f9b8b383b5510c2ff46532679b8e95d693a3f0eb
|
b2sums = 1578c2a2fc4696a21d463f03745dc5bf2fe1266001e3ceac698f52c4b891c1d045c788c6ac57555182f8cf78b6dd973e84fed34884092dc36850c63643d067f9
|
||||||
|
|
||||||
pkgname = linux-firmware-whence
|
pkgname = linux-firmware-whence
|
||||||
pkgdesc = Firmware files for Linux - contains the WHENCE license file which documents the vendor license details
|
pkgdesc = Firmware files for Linux - contains the WHENCE license file which documents the vendor license details
|
||||||
|
|
|
@ -7,17 +7,28 @@ pkgbase=linux-firmware
|
||||||
pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
||||||
linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
|
linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
|
||||||
)
|
)
|
||||||
_tag=20240811
|
_tag=20240909
|
||||||
pkgver=20240809.59460076
|
pkgver=20240909.552ed9b8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Firmware files for Linux"
|
pkgdesc="Firmware files for Linux"
|
||||||
url="https://gitlab.com/kernel-firmware/linux-firmware"
|
url="https://gitlab.com/kernel-firmware/linux-firmware"
|
||||||
license=('GPL2' 'GPL3' 'custom')
|
license=(
|
||||||
|
GPL-2.0-only
|
||||||
|
GPL-2.0-or-later
|
||||||
|
GPL-3.0-only
|
||||||
|
custom
|
||||||
|
)
|
||||||
arch=('any')
|
arch=('any')
|
||||||
makedepends=('git' 'rdfind')
|
makedepends=(
|
||||||
options=(!strip !debug)
|
git
|
||||||
|
rdfind
|
||||||
|
)
|
||||||
|
options=(
|
||||||
|
!strip
|
||||||
|
!debug
|
||||||
|
)
|
||||||
source=("git+$url.git?signed#tag=${_tag}")
|
source=("git+$url.git?signed#tag=${_tag}")
|
||||||
sha256sums=('2ff3645681d23658fa5e6ca5f9b8b383b5510c2ff46532679b8e95d693a3f0eb')
|
b2sums=('1578c2a2fc4696a21d463f03745dc5bf2fe1266001e3ceac698f52c4b891c1d045c788c6ac57555182f8cf78b6dd973e84fed34884092dc36850c63643d067f9')
|
||||||
validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>
|
validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>
|
||||||
|
|
||||||
_backports=(
|
_backports=(
|
||||||
|
|
Loading…
Reference in a new issue