mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/linux-firmware to 20231110.74158e7a-1
This commit is contained in:
parent
804af01a9d
commit
9bd60113b0
3 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-firmware
|
pkgbase = linux-firmware
|
||||||
pkgdesc = Firmware files for Linux
|
pkgdesc = Firmware files for Linux
|
||||||
pkgver = 20231030.2b304bfe
|
pkgver = 20231110.74158e7a
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
|
url = https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -8,8 +8,9 @@ pkgbase = linux-firmware
|
||||||
license = GPL3
|
license = GPL3
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
makedepends = rdfind
|
||||||
options = !strip
|
options = !strip
|
||||||
source = git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=20231030?signed
|
source = git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=20231111?signed
|
||||||
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
|
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
|
@ -7,14 +7,14 @@ 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=20231030
|
_tag=20231111
|
||||||
pkgver=20231030.2b304bfe
|
pkgver=20231110.74158e7a
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Firmware files for Linux"
|
pkgdesc="Firmware files for Linux"
|
||||||
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"
|
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"
|
||||||
license=('GPL2' 'GPL3' 'custom')
|
license=('GPL2' 'GPL3' 'custom')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
makedepends=('git')
|
makedepends=('git' 'rdfind')
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=${_tag}?signed")
|
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=${_tag}?signed")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
Loading…
Reference in a new issue