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

Tobias Powalowski tpowa at archlinux.org
Fri Jan 25 17:19:20 UTC 2008


    Date: Friday, January 25, 2008 @ 12:19:20
  Author: tpowa
    Path: /home/cvs-core/core/support/madwifi

Modified: PKGBUILD (1.32 -> 1.33) madwifi-ng.install (1.8 -> 1.9)

upgpkg: update to new .24 series


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


Index: core/support/madwifi/PKGBUILD
diff -u core/support/madwifi/PKGBUILD:1.32 core/support/madwifi/PKGBUILD:1.33
--- core/support/madwifi/PKGBUILD:1.32	Wed Dec  5 02:10:20 2007
+++ core/support/madwifi/PKGBUILD	Fri Jan 25 12:19:20 2008
@@ -1,24 +1,23 @@
-# $Id: PKGBUILD,v 1.32 2007/12/05 07:10:20 tpowa Exp $
+# $Id: PKGBUILD,v 1.33 2008/01/25 17:19:20 tpowa Exp $
 # Originally by kleptophobiac <kleptophobiac at gmail.com>
 # Modified by James Rayner for the repositories <iphitus at gmail.com>
 
-_kernver=2.6.23-ARCH;
+_kernver=2.6.24-ARCH;
 
 pkgname=madwifi
-pkgver=0.9.3.3.3006
+pkgver=0.9.3.3.3246
 pkgrel=1
 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.23.8-2')
+depends=('madwifi-utils' 'kernel26>=2.6.24-1' 'kernel26<=2.6.25-0')
 makedepends=('sharutils')
 install=madwifi-ng.install
 # subversion source: svn checkout http://svn.madwifi.org/madwifi/trunk madwifi
 source=(ftp://ftp.archlinux.org/other/madwifi/madwifi-${pkgver}.tar.bz2
 	#http://downloads.sourceforge.net/madwifi/madwifi-${pkgver}.tar.gz
 	)
-md5sums=('5a27fb889a1bb476a648cb8b8fa558a0')
 
 build() {
   [ "${CARCH}" == "i686" ] && export ARCH=i386
Index: core/support/madwifi/madwifi-ng.install
diff -u core/support/madwifi/madwifi-ng.install:1.8 core/support/madwifi/madwifi-ng.install:1.9
--- core/support/madwifi/madwifi-ng.install:1.8	Wed Oct 10 16:47:42 2007
+++ core/support/madwifi/madwifi-ng.install	Fri Jan 25 12:19:20 2008
@@ -1,20 +1,20 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-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.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   depmod -ae -v $KERNEL_VERSION	 > /dev/null 2>&1	 
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   depmod -ae -v $KERNEL_VERSION	 > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list