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

Thomas Baechler thomas at archlinux.org
Sat Apr 19 14:48:23 UTC 2008


    Date: Saturday, April 19, 2008 @ 10:48:22
  Author: thomas
Revision: 378

update for 2.6.25

Modified:
  atl2/trunk/PKGBUILD
  atl2/trunk/atl2.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-19 14:13:35 UTC (rev 377)
+++ PKGBUILD	2008-04-19 14:48:22 UTC (rev 378)
@@ -1,12 +1,12 @@
 # $Id$
 
 pkgname=atl2
-_kernver=2.6.24-ARCH
+_kernver=2.6.25-ARCH
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for atl2 ethernet card"
 url="http://people.redhat.com/csnook/atl2"
-depends=('kernel26>=2.6.24.4-1' 'kernel26<2.6.25')
+depends=('kernel26>=2.6.25' 'kernel26<2.6.26')
 arch=('i686' 'x86_64')
 license=('GPL')
 install=$pkgname.install

Modified: atl2.install
===================================================================
--- atl2.install	2008-04-19 14:13:35 UTC (rev 377)
+++ atl2.install	2008-04-19 14:48:22 UTC (rev 378)
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.24-ARCH'
+  KERNEL_VERSION='2.6.25-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.24-ARCH'
+  KERNEL_VERSION='2.6.25-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.24-ARCH'
+  KERNEL_VERSION='2.6.25-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
 }
 





More information about the arch-commits mailing list