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

Thomas Bächler thomas at archlinux.org
Sun Jun 6 17:59:43 UTC 2010


    Date: Sunday, June 6, 2010 @ 13:59:43
  Author: thomas
Revision: 81886

Update to latest linux-firmware tree, this includes latest Intel 6050 wifi/wimax firmware

Modified:
  linux-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-06 15:19:56 UTC (rev 81885)
+++ PKGBUILD	2010-06-06 17:59:43 UTC (rev 81886)
@@ -7,7 +7,7 @@
 #
 
 pkgname=linux-firmware
-pkgver=20100519
+pkgver=20100606
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 arch=('any')
@@ -39,7 +39,7 @@
            'rt2x00-rt71w-fw')
 options=(!strip)
 source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz)
-sha256sums=('2c0d22e9ce469d8095c1c4921350ea6021088ce21b5a46139f4ed8c6003dad01')
+sha256sums=('198696d94883a5f093a2c6458eef79f807d128ae6601a1803b6e01163de9b954')
 
 build() {
   :
@@ -51,6 +51,7 @@
   install -d -m755 "${pkgdir}/lib/firmware"
   cp -a * "${pkgdir}/lib/firmware/"
   install -d -m755 "${pkgdir}/usr/share/licenses/linux-firmware/"
-  mv "${pkgdir}/lib/firmware"/LICEN* "${pkgdir}/usr/share/licenses/linux-firmware/"
+  rm -f "${pkgdir}/lib/firmware/GPL*"
+  mv "${pkgdir}/lib/firmware"/{LICEN*,WHENCE} "${pkgdir}/usr/share/licenses/linux-firmware/"
 }
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list