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

Tobias Powalowski tpowa at archlinux.org
Fri Dec 26 22:53:05 UTC 2008


    Date: Friday, December 26, 2008 @ 17:53:05
  Author: tpowa
Revision: 22503

upgpkg: rt2500 1.1.0_B4-26

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-26 22:52:52 UTC (rev 22502)
+++ PKGBUILD	2008-12-26 22:53:05 UTC (rev 22503)
@@ -2,14 +2,14 @@
 # Maintainer: James Rayner <iphitus at gmail.com>
 
 pkgname=rt2500
-_kernver=2.6.27-ARCH
+_kernver=2.6.28-ARCH
 pkgver=1.1.0_B4
 _pkgver=1.1.0-b4
-pkgrel=25
+pkgrel=26
 pkgdesc="Drivers for rt2500 chipset wireless cards"
 url="http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
 license=('GPL2')
-depends=('kernel26>=2.6.27' 'kernel26<2.6.28')
+depends=('kernel26>=2.6.28' 'kernel26<2.6.29')
 arch=('i686' 'x86_64')
 install=rt2500.install
 source=(http://downloads.sourceforge.net/sourceforge/rt2400/rt2500-${_pkgver}.tar.gz \

Modified: rt2500.install
===================================================================
--- rt2500.install	2008-12-26 22:52:52 UTC (rev 22502)
+++ rt2500.install	2008-12-26 22:53:05 UTC (rev 22503)
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.27-ARCH'
+  KERNEL_VERSION='2.6.28-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.27-ARCH'
+  KERNEL_VERSION='2.6.28-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.27-ARCH'
+  KERNEL_VERSION='2.6.28-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
 }
 




More information about the arch-commits mailing list