mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-firmware to 20250109.7673dffd-1
This commit is contained in:
parent
f3ec4705ee
commit
d77f317685
2 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-firmware
|
||||
pkgdesc = Firmware files for Linux
|
||||
pkgver = 20241210.b00a7f7e
|
||||
pkgver = 20250109.7673dffd
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/kernel-firmware/linux-firmware
|
||||
arch = any
|
||||
|
@ -9,13 +9,14 @@ pkgbase = linux-firmware
|
|||
license = GPL-3.0-only
|
||||
license = custom
|
||||
makedepends = git
|
||||
makedepends = rdfind
|
||||
makedepends = parallel
|
||||
makedepends = python
|
||||
makedepends = rdfind
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20241210
|
||||
source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20250109
|
||||
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
|
||||
b2sums = 6830ae2d2784dbdc8c57b997c30e2694363022a808f6b842c9476f3bb3bd119531b19a656b2843f9509001f4915e8696b70aee7d7996d1f27c578c7e2b67a20e
|
||||
b2sums = e3a2380f5fcc6e049635667d2a17c640e77f97578d059ed4328260af8b1557f2671b431be640563302007412a97d40636b7eb338d784876f8f4e2796020f55ad
|
||||
|
||||
pkgname = linux-firmware-whence
|
||||
pkgdesc = Firmware files for Linux - contains the WHENCE license file which documents the vendor license details
|
||||
|
|
|
@ -7,9 +7,9 @@ pkgbase=linux-firmware
|
|||
pkgname=(linux-firmware-whence linux-firmware amd-ucode
|
||||
linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
|
||||
)
|
||||
_tag=20241210
|
||||
_tag=20250109
|
||||
#_commit=c979a06518069901e4c43e0019d3a15b435b7e16
|
||||
pkgver=20241210.b00a7f7e
|
||||
pkgver=20250109.7673dffd
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware files for Linux"
|
||||
url="https://gitlab.com/kernel-firmware/linux-firmware"
|
||||
|
@ -22,15 +22,16 @@ license=(
|
|||
arch=('any')
|
||||
makedepends=(
|
||||
git
|
||||
rdfind
|
||||
parallel
|
||||
python
|
||||
rdfind
|
||||
)
|
||||
options=(
|
||||
!strip
|
||||
!debug
|
||||
)
|
||||
source=("git+$url.git?signed#tag=${_tag}")
|
||||
b2sums=('6830ae2d2784dbdc8c57b997c30e2694363022a808f6b842c9476f3bb3bd119531b19a656b2843f9509001f4915e8696b70aee7d7996d1f27c578c7e2b67a20e')
|
||||
b2sums=('e3a2380f5fcc6e049635667d2a17c640e77f97578d059ed4328260af8b1557f2671b431be640563302007412a97d40636b7eb338d784876f8f4e2796020f55ad')
|
||||
validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>
|
||||
|
||||
_backports=(
|
||||
|
|
Loading…
Reference in a new issue