[arch-commits] Commit in linux-firmware/trunk (2 files)

Jan Steffens heftig at archlinux.org
Mon Mar 2 23:02:15 UTC 2020


    Date: Monday, March 2, 2020 @ 23:02:15
  Author: heftig
Revision: 376516

20200224.efcfa03-1: drop the iwlwifi updates
asked upstream why they didn't get merged but got no answer

Modified:
  linux-firmware/trunk/PKGBUILD
Deleted:
  linux-firmware/trunk/0001-Update-iwlwifi-firmware.patch.xz

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Deleted: 0001-Update-iwlwifi-firmware.patch.xz
===================================================================
(Binary files differ)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-02 21:00:50 UTC (rev 376515)
+++ PKGBUILD	2020-03-02 23:02:15 UTC (rev 376516)
@@ -2,8 +2,8 @@
 
 pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
-_commit=b791e15d3e0ac2705eaa7965ed9b6d4c85fef2a2  # master
-pkgver=20200204.b791e15
+_commit=efcfa03ae6100dfe523ebf612e03c3a90fc4c794  # master
+pkgver=20200224.efcfa03
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')
@@ -11,17 +11,12 @@
 url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary"
 license=('GPL2' 'GPL3' 'custom')
 options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed"
-        0001-Update-iwlwifi-firmware.patch.xz)
-sha256sums=('SKIP'
-            '9a2e7151c8b1235dacbe6fcc06c77a919fd9ac1495de173cab0ed200e2bec82e')
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed")
+sha256sums=('SKIP')
 validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer <jwboyer at fedoraproject.org>
 
 prepare() {
   cd ${pkgname}
-
-  # https://bugs.archlinux.org/task/64703
-  git apply -3 ../0001-Update-iwlwifi-firmware.patch
 }
 
 pkgver() {



More information about the arch-commits mailing list