Date: Thursday, November 21, 2019 @ 09:28:40
  Author: eworm
Revision: 369541

upgpkg: intel-ucode 20191115-2

use intel-ucode/06-55-04 from release 20190918 (FS#64498)

Modified:
  intel-ucode/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-11-21 09:11:33 UTC (rev 369540)
+++ PKGBUILD    2019-11-21 09:28:40 UTC (rev 369541)
@@ -2,7 +2,7 @@
 
 pkgname=intel-ucode
 pkgver=20191115
-pkgrel=1
+pkgrel=2
 pkgdesc='Microcode update files for Intel CPUs'
 arch=('any')
 url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
@@ -9,9 +9,17 @@
 replaces=('microcode_ctl')
 makedepends=('iucode-tool')
 license=('custom')
-source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz";)
-sha256sums=('14b26d27be70774948b8cb582e298f5317263b8b8bb1fe8e41260eae54f531dc')
+source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz";
+        
'intel-ucode-06-55-04::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/5ada2f32ed7d216e38823f1320358e4679941990/intel-ucode/06-55-04?raw=true')
+sha256sums=('14b26d27be70774948b8cb582e298f5317263b8b8bb1fe8e41260eae54f531dc'
+            '3f25e42edc1cd43c1f0a08899c6b5a92cc1a9450a013d73fc56294e7081f7307')
 
+prepare() {
+  # https://bugs.archlinux.org/task/64498
+  # 
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/21
+  install -m0644 intel-ucode-06-55-04 
Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}/intel-ucode/06-55-04
+}
+
 build() {
   cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
 

Reply via email to