[arch-commits] CVS update of extra/network/zd1211 (PKGBUILD zd1211.install)

Tobias Powalowski tpowa at archlinux.org
Sat Apr 28 13:15:27 UTC 2007


    Date: Saturday, April 28, 2007 @ 09:15:27
  Author: tpowa
    Path: /home/cvs-extra/extra/network/zd1211

Modified: PKGBUILD (1.6 -> 1.7) zd1211.install (1.4 -> 1.5)

upgpkg: update to 2.6.21 series


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


Index: extra/network/zd1211/PKGBUILD
diff -u extra/network/zd1211/PKGBUILD:1.6 extra/network/zd1211/PKGBUILD:1.7
--- extra/network/zd1211/PKGBUILD:1.6	Thu Feb 15 18:38:50 2007
+++ extra/network/zd1211/PKGBUILD	Sat Apr 28 09:15:27 2007
@@ -1,18 +1,17 @@
-#$Id: PKGBUILD,v 1.6 2007/02/15 23:38:50 andyrtr Exp $
+#$Id: PKGBUILD,v 1.7 2007/04/28 13:15:27 tpowa Exp $
 # Maintainer: James Rayner <james at archlinux.org>
 #Contributor: linfocito <dududa - gmail com>
 pkgname=zd1211
 pkgver=r83
-pkgrel=5
+pkgrel=9
 pkgdesc="Drivers for ZyDAS ZD1211 and ZD1211b USB wireless lan chipsets."
-arch=(i686 x86_64)
 url="http://zd1211.ath.cx"
 license="GPL"
 depends=(kernel26)
 install=zd1211.install
 source=(http://zd1211.ath.cx/download/zd1211-driver-$pkgver.tgz kernel-2.6.19.patch kernel-2.6.20.patch)
 md5sums=(a5751f0e6f1f368689077fa7758a4932)
-_kernver=2.6.20-ARCH
+_kernver=2.6.21-ARCH
 
 build() {
   
Index: extra/network/zd1211/zd1211.install
diff -u extra/network/zd1211/zd1211.install:1.4 extra/network/zd1211/zd1211.install:1.5
--- extra/network/zd1211/zd1211.install:1.4	Tue Feb  6 07:48:46 2007
+++ extra/network/zd1211/zd1211.install	Sat Apr 28 09:15:27 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.20-ARCH'
+  KERNEL_VERSION='2.6.21-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -10,7 +10,7 @@
 # arg 2:  the old package version
 post_upgrade()
 {
-  KERNEL_VERSION='2.6.20-ARCH'
+  KERNEL_VERSION='2.6.21-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.20-ARCH'
+  KERNEL_VERSION='2.6.21-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 	 
  
   /bin/true




More information about the arch-commits mailing list