[arch-commits] CVS update of core/support/ipw3945 (PKGBUILD ipw3945.install)

Tobias Powalowski tpowa at archlinux.org
Wed Oct 10 20:46:26 UTC 2007


    Date: Wednesday, October 10, 2007 @ 16:46:26
  Author: tpowa
    Path: /home/cvs-core/core/support/ipw3945

Modified: PKGBUILD (1.23 -> 1.24) ipw3945.install (1.11 -> 1.12)

'upgpgk: update to new major kernel'


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


Index: core/support/ipw3945/PKGBUILD
diff -u core/support/ipw3945/PKGBUILD:1.23 core/support/ipw3945/PKGBUILD:1.24
--- core/support/ipw3945/PKGBUILD:1.23	Fri Aug 17 11:11:29 2007
+++ core/support/ipw3945/PKGBUILD	Wed Oct 10 16:46:26 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.23 2007/08/17 15:11:29 thomas Exp $
+# $Id: PKGBUILD,v 1.24 2007/10/10 20:46:26 tpowa Exp $
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.22-ARCH
+_kernver=2.6.23-ARCH
 pkgname=ipw3945
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
 arch=(i686 x86_64)
 url="http://ipw3945.sourceforge.net"
Index: core/support/ipw3945/ipw3945.install
diff -u core/support/ipw3945/ipw3945.install:1.11 core/support/ipw3945/ipw3945.install:1.12
--- core/support/ipw3945/ipw3945.install:1.11	Mon Jul  9 16:21:10 2007
+++ core/support/ipw3945/ipw3945.install	Wed Oct 10 16:46:26 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   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.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   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.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
  
   /bin/true




More information about the arch-commits mailing list