Date: Tuesday, March 26, 2019 @ 11:13:28 Author: eworm Revision: 349227
upgpkg: intel-ucode 20190312-1 * mew upstream release * moved to Intel's github site Modified: intel-ucode/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-26 07:47:06 UTC (rev 349226) +++ PKGBUILD 2019-03-26 11:13:28 UTC (rev 349227) @@ -1,21 +1,19 @@ # Maintainer: Thomas Bächler <[email protected]> pkgname=intel-ucode -pkgver=20180807.a -# Some random "download id" that intel has in their downloadcenter -_dlid=28087 +pkgver=20190312 pkgrel=1 pkgdesc='Microcode update files for Intel CPUs' arch=('any') -url='https://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=processor%20microcode%20data%20file' +url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files' replaces=('microcode_ctl') makedepends=('iucode-tool') license=('custom') -source=("https://downloadmirror.intel.com/${_dlid}/eng/microcode-${pkgver/./}.tgz") -sha256sums=('46ab18699ec42eb6cc01ee1846ec4d7ca979766dee2156f92d69e2f6df548137') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver}.tar.gz") +sha256sums=('2a4438a66ed1a9b82be943d6d19366c006787ba5af302f425674ca6d8c928099') build() { - cd "$srcdir" + cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver} rm -f intel-ucode{,-with-caveats}/list mkdir -p kernel/x86/microcode @@ -26,7 +24,7 @@ } package() { - cd "$srcdir" + 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
