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

Thomas Baechler thomas at archlinux.org
Fri Oct 10 15:29:32 UTC 2008


    Date: Friday, October 10, 2008 @ 11:29:31
  Author: thomas
Revision: 14750

upgpkg: atl2 2.0.5-2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-10 15:29:02 UTC (rev 14749)
+++ PKGBUILD	2008-10-10 15:29:31 UTC (rev 14750)
@@ -1,12 +1,12 @@
 # $Id$
 
 pkgname=atl2
-_kernver=2.6.26-ARCH
+_kernver=2.6.27-ARCH
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for atl2 ethernet card"
 url="http://people.redhat.com/csnook/atl2"
-depends=('kernel26>=2.6.26-1' 'kernel26<2.6.27')
+depends=('kernel26>=2.6.27' 'kernel26<2.6.28')
 arch=('i686' 'x86_64')
 license=('GPL')
 install=$pkgname.install

Modified: atl2.install
===================================================================
--- atl2.install	2008-10-10 15:29:02 UTC (rev 14749)
+++ atl2.install	2008-10-10 15:29:31 UTC (rev 14750)
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.26-ARCH'
+  KERNEL_VERSION='2.6.27-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.26-ARCH'
+  KERNEL_VERSION='2.6.27-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.26-ARCH'
+  KERNEL_VERSION='2.6.27-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	  
 }
 




More information about the arch-commits mailing list