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

daniel at archlinux.org daniel at archlinux.org
Tue Aug 21 16:58:05 UTC 2007


    Date: Tuesday, August 21, 2007 @ 12:58:05
  Author: daniel
    Path: /home/cvs-extra/extra/network/ipw3945-suspend2

Modified: PKGBUILD (1.8 -> 1.9) ipw3945.install (1.3 -> 1.4)

update to 2.6.22


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


Index: extra/network/ipw3945-suspend2/PKGBUILD
diff -u extra/network/ipw3945-suspend2/PKGBUILD:1.8 extra/network/ipw3945-suspend2/PKGBUILD:1.9
--- extra/network/ipw3945-suspend2/PKGBUILD:1.8	Wed Jun 13 21:14:10 2007
+++ extra/network/ipw3945-suspend2/PKGBUILD	Tue Aug 21 12:58:05 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.8 2007/06/14 01:14:10 james Exp $
+# $Id: PKGBUILD,v 1.9 2007/08/21 16:58:05 daniel Exp $
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.21-suspend2
+_kernver=2.6.22-suspend2
 pkgname=ipw3945-suspend2
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
 arch=(i686 x86_64)
Index: extra/network/ipw3945-suspend2/ipw3945.install
diff -u extra/network/ipw3945-suspend2/ipw3945.install:1.3 extra/network/ipw3945-suspend2/ipw3945.install:1.4
--- extra/network/ipw3945-suspend2/ipw3945.install:1.3	Tue May  8 17:32:54 2007
+++ extra/network/ipw3945-suspend2/ipw3945.install	Tue Aug 21 12:58:05 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.21-suspend2'
+  KERNEL_VERSION='2.6.22-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.21-suspend2'
+  KERNEL_VERSION='2.6.22-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.21-suspend2'
+  KERNEL_VERSION='2.6.22-suspend2'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
  
   /bin/true




More information about the arch-commits mailing list