author | Jan Alexander Steffens (heftig)
<heftig@archlinux.org> 2024-02-29 20:58:12 UTC |
committer | Jan Alexander Steffens (heftig)
<heftig@archlinux.org> 2024-02-29 20:58:12 UTC |
parent | 6a0f55455cfd52a461147b92b34169cda612aeeb |
.SRCINFO | +2 | -2 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 0e99c12..b3bc8a2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,7 +2,7 @@ pkgbase = linux-firmware pkgdesc = Firmware files for Linux pkgver = 20240220.97b693d2 pkgrel = 1 - url = https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary + url = https://gitlab.com/kernel-firmware/linux-firmware arch = any license = GPL2 license = GPL3 @@ -10,7 +10,7 @@ pkgbase = linux-firmware makedepends = git makedepends = rdfind options = !strip - source = git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=20240220?signed + source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240220 validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6 sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 1469da6..be59ef6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,12 +9,12 @@ _tag=20240220 pkgver=20240220.97b693d2 pkgrel=1 pkgdesc="Firmware files for Linux" -url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary" +url="https://gitlab.com/kernel-firmware/linux-firmware" license=('GPL2' 'GPL3' 'custom') arch=('any') makedepends=('git' 'rdfind') options=(!strip) -source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=${_tag}?signed") +source=("git+$url.git?signed#tag=${_tag}") sha256sums=('SKIP') validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>