[arch-commits] CVS update of core/support/iwlwifi-3945-ucode (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Wed Sep 19 15:29:18 UTC 2007


    Date: Wednesday, September 19, 2007 @ 11:29:18
  Author: thomas
    Path: /home/cvs-core/core/support/iwlwifi-3945-ucode

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: iwlwifi-3945-ucode 2.14.1.5-1


----------+
 PKGBUILD |   21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)


Index: core/support/iwlwifi-3945-ucode/PKGBUILD
diff -u core/support/iwlwifi-3945-ucode/PKGBUILD:1.1 core/support/iwlwifi-3945-ucode/PKGBUILD:1.2
--- core/support/iwlwifi-3945-ucode/PKGBUILD:1.1	Mon Jul  9 17:36:20 2007
+++ core/support/iwlwifi-3945-ucode/PKGBUILD	Wed Sep 19 11:29:18 2007
@@ -1,21 +1,28 @@
-# $Id: PKGBUILD,v 1.1 2007/07/09 21:36:20 thomas Exp $
+# $Id: PKGBUILD,v 1.2 2007/09/19 15:29:18 thomas Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=iwlwifi-3945-ucode
-pkgver=2.14.4
+pkgver=2.14.1.5
 pkgrel=1
 pkgdesc="Intel wireless firmware for IPW3945 (iwlwifi driver)"
 arch=(i686 x86_64)
 url="http://intellinuxwireless.org/?p=iwlwifi"
 license=('custom')
 depends=()
-source=(http://intellinuxwireless.org/iwlwifi/downloads/$pkgname-$pkgver.tgz)
-md5sums=('7178aa3a6e08655b8ac9565095bbd441')
+source=(http://intellinuxwireless.org/iwlwifi/downloads/$pkgname-2.14.4.tgz
+        http://intellinuxwireless.org/iwlwifi/downloads/$pkgname-$pkgver.tgz)
+md5sums=('7178aa3a6e08655b8ac9565095bbd441'
+         'a8122d3e026561055f488dc654ccfcd1')
+force=y
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  #Install firmware
+  cd $startdir/src/$pkgname-2.14.4
+  # Install old firmware for compatibility
   install -D -m 644 iwlwifi-3945.ucode $startdir/pkg/lib/firmware/iwlwifi-3945.ucode || return 1
-  #Install license
+
+  cd $startdir/src/$pkgname-$pkgver
+  # Install firmware
+  install -D -m 644 iwlwifi-3945-1.ucode $startdir/pkg/lib/firmware/iwlwifi-3945-1.ucode || return 1
+  # Install license
   install -D -m 644 LICENSE.iwlwifi-3945-ucode $startdir/pkg/usr/share/licenses/$pkgname/LICENSE || return 1
 }




More information about the arch-commits mailing list