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

Tom Killian tom at archlinux.org
Sun May 27 14:16:08 UTC 2007


    Date: Sunday, May 27, 2007 @ 10:16:08
  Author: tom
    Path: /home/cvs-extra/extra/network/ipw3945-ck

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

upgpkg: ipw3945-ck 1.2.0-3


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


Index: extra/network/ipw3945-ck/PKGBUILD
diff -u extra/network/ipw3945-ck/PKGBUILD:1.7 extra/network/ipw3945-ck/PKGBUILD:1.8
--- extra/network/ipw3945-ck/PKGBUILD:1.7	Sat Feb 17 08:29:24 2007
+++ extra/network/ipw3945-ck/PKGBUILD	Sun May 27 10:16:08 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.7 2007/02/17 13:29:24 tom Exp $
+# $Id: PKGBUILD,v 1.8 2007/05/27 14:16:08 tom Exp $
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.20-ck
+_kernver=2.6.21-ck
 pkgname=ipw3945-ck
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter. For kernel26ck"
 arch=(i686 x86_64)
 url="http://ipw3945.sourceforge.net"
Index: extra/network/ipw3945-ck/ipw3945.install
diff -u extra/network/ipw3945-ck/ipw3945.install:1.3 extra/network/ipw3945-ck/ipw3945.install:1.4
--- extra/network/ipw3945-ck/ipw3945.install:1.3	Sat Feb 17 08:29:24 2007
+++ extra/network/ipw3945-ck/ipw3945.install	Sun May 27 10:16:08 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.20-ck'
+  KERNEL_VERSION='2.6.21-ck'
   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.20-ck'
+  KERNEL_VERSION='2.6.21-ck'
   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.20-ck'
+  KERNEL_VERSION='2.6.21-ck'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
  
   /bin/true




More information about the arch-commits mailing list