[arch-commits] Commit in rt2500/trunk (PKGBUILD rt2500.install)

Thomas Baechler thomas at archlinux.org
Mon Jul 21 20:24:16 UTC 2008


    Date: Monday, July 21, 2008 @ 16:24:16
  Author: thomas
Revision: 5936

upgpkg: rt2500 1.1.0_B4-24

Modified:
  rt2500/trunk/PKGBUILD
  rt2500/trunk/rt2500.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-21 20:22:36 UTC (rev 5935)
+++ PKGBUILD	2008-07-21 20:24:16 UTC (rev 5936)
@@ -2,14 +2,14 @@
 # Maintainer: James Rayner <iphitus at gmail.com>
 
 pkgname=rt2500
-_kernver=2.6.25-ARCH
+_kernver=2.6.26-ARCH
 pkgver=1.1.0_B4
 _pkgver=1.1.0-b4
-pkgrel=23
+pkgrel=24
 pkgdesc="Drivers for rt2500 chipset wireless cards"
 url="http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
 license=('GPL2')
-depends=('kernel26>=2.6.25.3-1' 'kernel26<2.6.26')
+depends=('kernel26>=2.6.26-1' 'kernel26<2.6.27')
 arch=('i686' 'x86_64')
 install=rt2500.install
 source=(http://downloads.sourceforge.net/sourceforge/rt2400/rt2500-${_pkgver}.tar.gz \

Modified: rt2500.install
===================================================================
--- rt2500.install	2008-07-21 20:22:36 UTC (rev 5935)
+++ rt2500.install	2008-07-21 20:24:16 UTC (rev 5936)
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.25-ARCH'
+  KERNEL_VERSION='2.6.26-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
@@ -9,14 +9,14 @@
 # arg 2:  the old package version
 post_upgrade()
 {
-  KERNEL_VERSION='2.6.25-ARCH'
+  KERNEL_VERSION='2.6.26-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.25-ARCH'
+  KERNEL_VERSION='2.6.26-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
 }
 





More information about the arch-commits mailing list