[arch-commits] CVS update of core/support/iwlwifi (PKGBUILD iwlwifi.install)

Tobias Powalowski tpowa at archlinux.org
Wed Oct 10 20:47:06 UTC 2007


    Date: Wednesday, October 10, 2007 @ 16:47:06
  Author: tpowa
    Path: /home/cvs-core/core/support/iwlwifi

Modified: PKGBUILD (1.8 -> 1.9) iwlwifi.install (1.1 -> 1.2)

'upgpgk: update to new major kernel'


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


Index: core/support/iwlwifi/PKGBUILD
diff -u core/support/iwlwifi/PKGBUILD:1.8 core/support/iwlwifi/PKGBUILD:1.9
--- core/support/iwlwifi/PKGBUILD:1.8	Wed Sep 19 11:19:15 2007
+++ core/support/iwlwifi/PKGBUILD	Wed Oct 10 16:47:06 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.8 2007/09/19 15:19:15 thomas Exp $
+# $Id: PKGBUILD,v 1.9 2007/10/10 20:47:06 tpowa Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
-_kernver=2.6.22-ARCH
+_kernver=2.6.23-ARCH
 pkgname=iwlwifi
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Driver for the Intel PRO/Wireless 3945ABG/4965AGN miniPCI express adapters"
 arch=(i686 x86_64)
 url="http://intellinuxwireless.org/?p=iwlwifi"
Index: core/support/iwlwifi/iwlwifi.install
diff -u core/support/iwlwifi/iwlwifi.install:1.1 core/support/iwlwifi/iwlwifi.install:1.2
--- core/support/iwlwifi/iwlwifi.install:1.1	Mon Jul  9 17:45:18 2007
+++ core/support/iwlwifi/iwlwifi.install	Wed Oct 10 16:47:06 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
 
   echo
@@ -16,7 +16,7 @@
 # arg 2:  the old package version
 post_upgrade()
 {
-  KERNEL_VERSION='2.6.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -24,7 +24,7 @@
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
  
   /bin/true




More information about the arch-commits mailing list