[arch-commits] Commit in amd-ucode/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Mon Jun 25 18:08:28 UTC 2012


    Date: Monday, June 25, 2012 @ 14:08:27
  Author: thomas
Revision: 162337

upgpkg: amd-ucode 2012.01.17-3: add 15h firmware

Modified:
  amd-ucode/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-25 16:30:47 UTC (rev 162336)
+++ PKGBUILD	2012-06-25 18:08:27 UTC (rev 162337)
@@ -4,7 +4,7 @@
 pkgname=amd-ucode
 _realver=2012-01-17
 pkgver=${_realver//-/\.}
-pkgrel=2
+pkgrel=3
 pkgdesc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
 arch=('any')
 license=('custom')
@@ -18,5 +18,6 @@
 package() {
   cd "${srcdir}"/${pkgname}-${_realver}
   install -D -m644 microcode_amd.bin "${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd.bin
+  install -D -m644 microcode_amd_fam15h.bin "${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list