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

Tobias Powalowski tpowa at archlinux.org
Wed Oct 10 20:47:42 UTC 2007


    Date: Wednesday, October 10, 2007 @ 16:47:42
  Author: tpowa
    Path: /home/cvs-core/core/support/madwifi

Modified: PKGBUILD (1.24 -> 1.25) madwifi-ng.install (1.7 -> 1.8)

'upgpkg: update to new major kernel'


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


Index: core/support/madwifi/PKGBUILD
diff -u core/support/madwifi/PKGBUILD:1.24 core/support/madwifi/PKGBUILD:1.25
--- core/support/madwifi/PKGBUILD:1.24	Mon Oct  8 11:37:11 2007
+++ core/support/madwifi/PKGBUILD	Wed Oct 10 16:47:42 2007
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD,v 1.24 2007/10/08 15:37:11 alexander Exp $
+# $Id: PKGBUILD,v 1.25 2007/10/10 20:47:42 tpowa Exp $
 # Originally by kleptophobiac <kleptophobiac at gmail.com>
 # Modified by James Rayner for the repositories <iphitus at gmail.com>
 
-_kernver=2.6.22-ARCH;
+_kernver=2.6.23-ARCH;
 
 pkgname=madwifi
 pkgver=0.9.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Madwifi drivers for Atheros wireless chipsets. For stock arch 2.6 kernel"
 arch=(i686 x86_64)
 license=('GPL')
Index: core/support/madwifi/madwifi-ng.install
diff -u core/support/madwifi/madwifi-ng.install:1.7 core/support/madwifi/madwifi-ng.install:1.8
--- core/support/madwifi/madwifi-ng.install:1.7	Fri Sep 21 16:51:59 2007
+++ core/support/madwifi/madwifi-ng.install	Wed Oct 10 16:47:42 2007
@@ -1,20 +1,20 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   depmod -ae -v $KERNEL_VERSION  > /dev/null 2>&1		 
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  KERNEL_VERSION='2.6.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   depmod -ae -v $KERNEL_VERSION	 > /dev/null 2>&1	 
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   depmod -ae -v $KERNEL_VERSION	 > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list