[arch-commits] CVS update of extra/network/ipw3945-suspend2 (PKGBUILD ipw3945.install)

Thomas Baechler thomas at archlinux.org
Tue May 8 21:32:54 UTC 2007


    Date: Tuesday, May 8, 2007 @ 17:32:54
  Author: thomas
    Path: /home/cvs-extra/extra/network/ipw3945-suspend2

Modified: PKGBUILD (1.6 -> 1.7) ipw3945.install (1.2 -> 1.3)

upgpkg: ipw3945-suspend2 1.2.0-1


-----------------+
 PKGBUILD        |   10 ++++------
 ipw3945.install |    6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)


Index: extra/network/ipw3945-suspend2/PKGBUILD
diff -u extra/network/ipw3945-suspend2/PKGBUILD:1.6 extra/network/ipw3945-suspend2/PKGBUILD:1.7
--- extra/network/ipw3945-suspend2/PKGBUILD:1.6	Thu Jan 25 20:40:02 2007
+++ extra/network/ipw3945-suspend2/PKGBUILD	Tue May  8 17:32:54 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.6 2007/01/26 01:40:02 james Exp $
+# $Id: PKGBUILD,v 1.7 2007/05/08 21:32:54 thomas Exp $
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.19-suspend2
+_kernver=2.6.21-suspend2
 pkgname=ipw3945-suspend2
-pkgver=1.1.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
 arch=(i686 x86_64)
@@ -12,7 +12,6 @@
 depends=('wireless_tools' 'kernel26suspend2' 'ipw3945-ucode' 'ipw3945d')
 install=ipw3945.install
 source=(http://optusnet.dl.sourceforge.net/sourceforge/ipw3945/ipw3945-$pkgver.tgz)
-options=("FORCE")
 
 build() {
   cd $startdir/src/ipw3945-$pkgver
@@ -28,6 +27,5 @@
   install -D -m 644 ipw3945.ko  $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/wireless/ipw3945/ipw3945.ko
   sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
 }
+md5sums=('fd4cc3b52b8e1d4d1e303d30c9dcd31b')
 
-
-md5sums=('2cca7c91ea4c89e72e2b8be96973a7f7')
Index: extra/network/ipw3945-suspend2/ipw3945.install
diff -u extra/network/ipw3945-suspend2/ipw3945.install:1.2 extra/network/ipw3945-suspend2/ipw3945.install:1.3
--- extra/network/ipw3945-suspend2/ipw3945.install:1.2	Sat Dec  2 10:45:50 2006
+++ extra/network/ipw3945-suspend2/ipw3945.install	Tue May  8 17:32:54 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -10,7 +10,7 @@
 # arg 2:  the old package version
 post_upgrade()
 {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -24,7 +24,7 @@
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
  
   /bin/true




More information about the arch-commits mailing list