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

Thomas Baechler thomas at archlinux.org
Mon Jul 21 19:27:01 UTC 2008


    Date: Monday, July 21, 2008 @ 15:27:01
  Author: thomas
Revision: 5880

upgpkg: atl2 2.0.4-4

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-21 19:16:13 UTC (rev 5879)
+++ PKGBUILD	2008-07-21 19:27:01 UTC (rev 5880)
@@ -1,12 +1,12 @@
 # $Id$
 
 pkgname=atl2
-_kernver=2.6.25-ARCH
+_kernver=2.6.26-ARCH
 pkgver=2.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Drivers for atl2 ethernet card"
 url="http://people.redhat.com/csnook/atl2"
-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')
 license=('GPL')
 install=$pkgname.install

Modified: atl2.install
===================================================================
--- atl2.install	2008-07-21 19:16:13 UTC (rev 5879)
+++ atl2.install	2008-07-21 19:27:01 UTC (rev 5880)
@@ -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