[arch-commits] CVS update of extra/network/madwifi-suspend2 (2 files)

daniel at archlinux.org daniel at archlinux.org
Tue Aug 21 16:58:05 UTC 2007


    Date: Tuesday, August 21, 2007 @ 12:58:05
  Author: daniel
    Path: /home/cvs-extra/extra/network/madwifi-suspend2

Modified: PKGBUILD (1.5 -> 1.6) madwifi-ng.install (1.3 -> 1.4)

update to 2.6.22


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


Index: extra/network/madwifi-suspend2/PKGBUILD
diff -u extra/network/madwifi-suspend2/PKGBUILD:1.5 extra/network/madwifi-suspend2/PKGBUILD:1.6
--- extra/network/madwifi-suspend2/PKGBUILD:1.5	Fri Jun  1 12:29:16 2007
+++ extra/network/madwifi-suspend2/PKGBUILD	Tue Aug 21 12:58:05 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.5 2007/06/01 16:29:16 tom Exp $
+# $Id: PKGBUILD,v 1.6 2007/08/21 16:58:05 daniel Exp $
 # Originally by kleptophobiac <kleptophobiac at gmail.com>
 # Modified by James Rayner for the repositories <iphitus at gmail.com>
 
-_kernver=2.6.21-suspend2
+_kernver=2.6.22-suspend2
 
 pkgname=madwifi-suspend2
-pkgver=0.9.3.1
+pkgver=0.9.3.1.99
 pkgrel=1
 pkgdesc="Madwifi drivers for Atheros wireless chipsets. For kernel26suspend2"
 arch=(i686 x86_64)
@@ -14,7 +14,8 @@
 makedepends=('sharutils')
 
 install=madwifi-ng.install
-source=(http://optusnet.dl.sourceforge.net/sourceforge/madwifi/madwifi-$pkgver.tar.bz2)
+source=(http://www.archlinux.org/~alexander/src/madwifi-0.9.3.1.99.tar.bz2)
+#http://optusnet.dl.sourceforge.net/sourceforge/madwifi/madwifi-$pkgver.tar.bz2)
 
 build() {
     cd $startdir/src/madwifi-$pkgver
@@ -23,4 +24,4 @@
 		DESTDIR=$startdir/pkg KERNELRELEASE=$_kernver install-modules
     sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
 }
-md5sums=('4704b0e09d76d616217f89de87e4a1ac')
+md5sums=('80e1c1d4dffbdd1ffc2af123ae424f54')
Index: extra/network/madwifi-suspend2/madwifi-ng.install
diff -u extra/network/madwifi-suspend2/madwifi-ng.install:1.3 extra/network/madwifi-suspend2/madwifi-ng.install:1.4
--- extra/network/madwifi-suspend2/madwifi-ng.install:1.3	Tue May  8 17:35:49 2007
+++ extra/network/madwifi-suspend2/madwifi-ng.install	Tue Aug 21 12:58:05 2007
@@ -1,20 +1,20 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.21-suspend2'
+  KERNEL_VERSION='2.6.22-suspend2'
   depmod -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.21-suspend2'
+  KERNEL_VERSION='2.6.22-suspend2'
   depmod -v $KERNEL_VERSION	 > /dev/null 2>&1	 
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.21-suspend2'
+  KERNEL_VERSION='2.6.22-suspend2'
   depmod -v $KERNEL_VERSION	 > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list