Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
linux-firmware
Commits:
e23a83f7 by Tobias Powalowski at 2024-09-09T14:32:45+02:00
upgpkg: 20240909.552ed9b8-1: refactor PKGBUILD, update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,20 @@
pkgbase = linux-firmware
pkgdesc = Firmware files for Linux
- pkgver = 20240809.59460076
+ pkgver = 20240909.552ed9b8
pkgrel = 1
url = https://gitlab.com/kernel-firmware/linux-firmware
arch = any
- license = GPL2
- license = GPL3
+ license = GPL-2.0-only
+ license = GPL-2.0-or-later
+ license = GPL-3.0-only
license = custom
makedepends = git
makedepends = rdfind
options = !strip
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
- sha256sums =
2ff3645681d23658fa5e6ca5f9b8b383b5510c2ff46532679b8e95d693a3f0eb
+ b2sums =
1578c2a2fc4696a21d463f03745dc5bf2fe1266001e3ceac698f52c4b891c1d045c788c6ac57555182f8cf78b6dd973e84fed34884092dc36850c63643d067f9
pkgname = linux-firmware-whence
pkgdesc = Firmware files for Linux - contains the WHENCE license file
which documents the vendor license details
=====================================
PKGBUILD
=====================================
@@ -5,17 +5,28 @@ pkgbase=linux-firmware
pkgname=(linux-firmware-whence linux-firmware amd-ucode
linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
)
-_tag=20240811
-pkgver=20240809.59460076
+_tag=20240909
+pkgver=20240909.552ed9b8
pkgrel=1
pkgdesc="Firmware files for Linux"
url="https://gitlab.com/kernel-firmware/linux-firmware"
-license=('GPL-2.0-only' 'GPL-2.0-or-later' 'GPL-3.0-only' 'custom')
+license=(
+ GPL-2.0-only
+ GPL-2.0-or-later
+ GPL-3.0-only
+ custom
+)
arch=('any')
-makedepends=('git' 'rdfind')
-options=(!strip !debug)
+makedepends=(
+ git
+ rdfind
+)
+options=(
+ !strip
+ !debug
+)
source=("git+$url.git?signed#tag=${_tag}")
-sha256sums=('2ff3645681d23658fa5e6ca5f9b8b383b5510c2ff46532679b8e95d693a3f0eb')
+b2sums=('1578c2a2fc4696a21d463f03745dc5bf2fe1266001e3ceac698f52c4b891c1d045c788c6ac57555182f8cf78b6dd973e84fed34884092dc36850c63643d067f9')
validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer
<[email protected]>
_backports=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/e23a83f7973f66ca9b210dd1c739dfeb98ac34c4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/e23a83f7973f66ca9b210dd1c739dfeb98ac34c4
You're receiving this email because of your account on gitlab.archlinux.org.