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

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


    Date: Friday, October 10, 2008 @ 11:32:35
  Author: thomas
Revision: 14765

upgpkg: madwifi 0.9.4.3844-2

Modified:
  madwifi/trunk/PKGBUILD
  madwifi/trunk/madwifi-ng.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-10 15:32:27 UTC (rev 14764)
+++ PKGBUILD	2008-10-10 15:32:35 UTC (rev 14765)
@@ -2,16 +2,16 @@
 # Originally by kleptophobiac <kleptophobiac at gmail.com>
 # Modified by James Rayner for the repositories <iphitus at gmail.com>
 
-_kernver=2.6.26-ARCH;
+_kernver=2.6.27-ARCH;
 
 pkgname=madwifi
 pkgver=0.9.4.3844
-pkgrel=1
+pkgrel=2
 pkgdesc="Madwifi drivers for Atheros wireless chipsets. For stock arch 2.6 kernel"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://madwifi.org"
-depends=('madwifi-utils' 'kernel26>=2.6.26-1' 'kernel26<2.6.27')
+depends=('madwifi-utils' 'kernel26>=2.6.27' 'kernel26<2.6.28')
 makedepends=('sharutils')
 install=madwifi-ng.install
 # subversion source: svn checkout http://svn.madwifi.org/madwifi/trunk madwifi

Modified: madwifi-ng.install
===================================================================
--- madwifi-ng.install	2008-10-10 15:32:27 UTC (rev 14764)
+++ madwifi-ng.install	2008-10-10 15:32:35 UTC (rev 14765)
@@ -1,20 +1,20 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.26-ARCH'
+  KERNEL_VERSION='2.6.27-ARCH'
   depmod -ae -v $KERNEL_VERSION  > /dev/null 2>&1		 
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  KERNEL_VERSION='2.6.26-ARCH'
+  KERNEL_VERSION='2.6.27-ARCH'
   depmod -ae -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 -ae -v $KERNEL_VERSION	 > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list