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

Thomas Baechler thomas at archlinux.org
Sat Apr 19 15:13:04 UTC 2008


    Date: Saturday, April 19, 2008 @ 11:13:04
  Author: thomas
Revision: 405

upgpkg: ipw3945 1.2.2-9

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-19 15:11:26 UTC (rev 404)
+++ PKGBUILD	2008-04-19 15:13:04 UTC (rev 405)
@@ -1,17 +1,17 @@
 # $Id$
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.24-ARCH
+_kernver=2.6.25-ARCH
 pkgname=ipw3945
 pkgver=1.2.2
-pkgrel=8
+pkgrel=9
 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.24.3-4' 'kernel26<=2.6.25-0' 'ipw3945-ucode' 'ipw3945d')
+depends=('wireless_tools' 'kernel26>=2.6.25' 'kernel26<2.6.26' 'ipw3945-ucode' 'ipw3945d')
 install=ipw3945.install
-source=(http://optusnet.dl.sourceforge.net/sourceforge/ipw3945/ipw3945-$pkgver.tgz
+source=(http://downloads.sourceforge.net/sourceforge/ipw3945/ipw3945-$pkgver.tgz
         compile-2.6.24.patch)
 md5sums=('9e5ca2f3ffbb84270ede45d5572df4c9'
          '12db6e8410ab38f1fbca15681cfa752a')

Modified: ipw3945.install
===================================================================
--- ipw3945.install	2008-04-19 15:11:26 UTC (rev 404)
+++ ipw3945.install	2008-04-19 15:13:04 UTC (rev 405)
@@ -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