[arch-commits] Commit in intel-ucode/repos/extra-any (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Nov 12 19:18:55 UTC 2020
Date: Thursday, November 12, 2020 @ 19:18:54
Author: eworm
Revision: 400699
archrelease: copy trunk to extra-any
Added:
intel-ucode/repos/extra-any/PKGBUILD
(from rev 400698, intel-ucode/trunk/PKGBUILD)
Deleted:
intel-ucode/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 19:18:49 UTC (rev 400698)
+++ PKGBUILD 2020-11-12 19:18:54 UTC (rev 400699)
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=intel-ucode
-pkgver=20201110
-pkgrel=1
-pkgdesc='Microcode update files for Intel CPUs'
-arch=('any')
-url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
-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=('c9e42ad0032d8cd611c7bc2fb94a16429ac485c7971809737b055550a49f58b8')
-
-build() {
- cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
-
- rm -f intel-ucode{,-with-caveats}/list
- mkdir -p kernel/x86/microcode
- iucode_tool --write-earlyfw=intel-ucode.img intel-ucode{,-with-caveats}/
-}
-
-package() {
- cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
-
- install -D -m0644 intel-ucode.img "${pkgdir}"/boot/intel-ucode.img
- install -D -m0644 license "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
Copied: intel-ucode/repos/extra-any/PKGBUILD (from rev 400698, intel-ucode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 19:18:54 UTC (rev 400699)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=intel-ucode
+pkgver=20201112
+pkgrel=1
+pkgdesc='Microcode update files for Intel CPUs'
+arch=('any')
+url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
+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=('aa27c6a138c440bc8b9c19145f02fbe7425c784feaf61e5cfa13346f9de9a927')
+
+build() {
+ cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+ rm -f intel-ucode{,-with-caveats}/list
+ mkdir -p kernel/x86/microcode
+ iucode_tool --write-earlyfw=intel-ucode.img intel-ucode{,-with-caveats}/
+}
+
+package() {
+ cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+ install -D -m0644 intel-ucode.img "${pkgdir}"/boot/intel-ucode.img
+ install -D -m0644 license "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
More information about the arch-commits
mailing list