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

Tobias Powalowski tpowa at archlinux.org
Wed Oct 10 20:51:50 UTC 2007


    Date: Wednesday, October 10, 2007 @ 16:51:50
  Author: tpowa
    Path: /home/cvs-core/core/support/rt2500

Modified: PKGBUILD (1.10 -> 1.11) rt2500.install (1.6 -> 1.7)

'upgpkg: update to new major kernel'


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


Index: core/support/rt2500/PKGBUILD
diff -u core/support/rt2500/PKGBUILD:1.10 core/support/rt2500/PKGBUILD:1.11
--- core/support/rt2500/PKGBUILD:1.10	Mon Jul  9 17:23:10 2007
+++ core/support/rt2500/PKGBUILD	Wed Oct 10 16:51:50 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.10 2007/07/09 21:23:10 thomas Exp $
+# $Id: PKGBUILD,v 1.11 2007/10/10 20:51:50 tpowa Exp $
 # Maintainer: James Rayner <iphitus at gmail.com>
 
 pkgname=rt2500
-_kernver=2.6.22-ARCH
+_kernver=2.6.23-ARCH
 pkgver=1.1.0_B4
 _pkgver=1.1.0-b4
-pkgrel=13
+pkgrel=14
 pkgdesc="Drivers for rt2500 chipset wireless cards"
 url="http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
 depends=(kernel26)
Index: core/support/rt2500/rt2500.install
diff -u core/support/rt2500/rt2500.install:1.6 core/support/rt2500/rt2500.install:1.7
--- core/support/rt2500/rt2500.install:1.6	Mon Jul  9 17:23:10 2007
+++ core/support/rt2500/rt2500.install	Wed Oct 10 16:51:50 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