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

Thomas Baechler thomas at archlinux.org
Mon Jul 21 20:12:27 UTC 2008


    Date: Monday, July 21, 2008 @ 16:12:27
  Author: thomas
Revision: 5912

upgpkg: ipw3945 1.2.2-11

Modified:
  ipw3945/trunk/PKGBUILD
  ipw3945/trunk/ipw3945.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-21 20:09:21 UTC (rev 5911)
+++ PKGBUILD	2008-07-21 20:12:27 UTC (rev 5912)
@@ -1,15 +1,15 @@
 # $Id$
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.25-ARCH
+_kernver=2.6.26-ARCH
 pkgname=ipw3945
 pkgver=1.2.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
 arch=(i686 x86_64)
 url="http://ipw3945.sourceforge.net"
 license=("GPL")
-depends=('wireless_tools' 'kernel26>=2.6.25.3-1' 'kernel26<2.6.26' 'ipw3945-ucode' 'ipw3945d')
+depends=('wireless_tools' 'kernel26>=2.6.26-1' 'kernel26<2.6.27' 'ipw3945-ucode' 'ipw3945d')
 install=ipw3945.install
 source=(http://downloads.sourceforge.net/sourceforge/ipw3945/ipw3945-$pkgver.tgz
         compile-2.6.24.patch)

Modified: ipw3945.install
===================================================================
--- ipw3945.install	2008-07-21 20:09:21 UTC (rev 5911)
+++ ipw3945.install	2008-07-21 20:12:27 UTC (rev 5912)
@@ -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