git » linux-firmware.git » commit 6447676

20191118.e8a0f4c-2: add missing patch and actually install the new firmwares

author Jan Alexander Steffens
2019-12-04 21:48:01 UTC
committer Jan Alexander Steffens
2019-12-04 21:48:01 UTC
parent 6f5d892a055123332007291f38ad72a190f4d865

20191118.e8a0f4c-2: add missing patch and actually install the new firmwares

0001-iwlwifi-Add-Core47-firmwares.patch.xz +0 -0
PKGBUILD +2 -2

diff --git a/0001-iwlwifi-Add-Core47-firmwares.patch.xz b/0001-iwlwifi-Add-Core47-firmwares.patch.xz
new file mode 100644
index 0000000..c2d019b
Binary files /dev/null and b/0001-iwlwifi-Add-Core47-firmwares.patch.xz differ
diff --git a/PKGBUILD b/PKGBUILD
index 38efdcd..6d0713c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
 _commit=e8a0f4c9314754d8b2cbe9840357d88a861c438a  # master
 pkgver=20191118.e8a0f4c
-pkgrel=1
+pkgrel=2
 pkgdesc="Firmware files for Linux"
 makedepends=('git')
 arch=('any')
@@ -14,7 +14,7 @@ options=(!strip)
 source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed"
         0001-iwlwifi-Add-Core47-firmwares.patch.xz)
 sha256sums=('SKIP'
-            '5ccce33fa502c5c6851efdd9359744e63a90db1bb09b83b6299f9988f695d3fe')
+            'df4a7996a45091fcad92dff7e0b0dbb6c545bf12681fb9183085f5a7ee28ec83')
 validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer@fedoraproject.org>
 
 prepare() {