[arch-commits] CVS update of extra/network/ndiswrapper-ck (2 files)

Tom Killian tom at archlinux.org
Tue Jul 24 09:26:59 UTC 2007


    Date: Tuesday, July 24, 2007 @ 05:26:59
  Author: tom
    Path: /home/cvs-extra/extra/network/ndiswrapper-ck

Modified: PKGBUILD (1.8 -> 1.9) ndiswrapper.install (1.4 -> 1.5)

upgpkg: ndiswrapper-ck 1.47-1
update for 2.6.22-ck


---------------------+
 PKGBUILD            |   12 ++++++------
 ndiswrapper.install |    6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)


Index: extra/network/ndiswrapper-ck/PKGBUILD
diff -u extra/network/ndiswrapper-ck/PKGBUILD:1.8 extra/network/ndiswrapper-ck/PKGBUILD:1.9
--- extra/network/ndiswrapper-ck/PKGBUILD:1.8	Sun May 27 10:17:12 2007
+++ extra/network/ndiswrapper-ck/PKGBUILD	Tue Jul 24 05:26:59 2007
@@ -1,18 +1,18 @@
-#$Id: PKGBUILD,v 1.8 2007/05/27 14:17:12 tom Exp $
+#$Id: PKGBUILD,v 1.9 2007/07/24 09:26:59 tom Exp $
 #Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=ndiswrapper-ck
-_kernver=2.6.21-ck
-pkgver=1.43
-pkgrel=2
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For kernel26ck."
+_kernver=2.6.22-ck
+pkgver=1.47
+pkgrel=1
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For kernel26ck"
 license=('GPL')
 arch=(i686 x86_64)
 url="http://ndiswrapper.sourceforge.net"
 install="ndiswrapper.install"
 depends=('ndiswrapper-utils' 'kernel26ck')
 source=(http://easynews.dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
-md5sums=('95479cb0111b6b28581993e947f6d2c8')
+md5sums=('df02cbf0e514797f98a108d8566cb417')
 
 build()
 {
Index: extra/network/ndiswrapper-ck/ndiswrapper.install
diff -u extra/network/ndiswrapper-ck/ndiswrapper.install:1.4 extra/network/ndiswrapper-ck/ndiswrapper.install:1.5
--- extra/network/ndiswrapper-ck/ndiswrapper.install:1.4	Sun May 27 10:17:12 2007
+++ extra/network/ndiswrapper-ck/ndiswrapper.install	Tue Jul 24 05:26:59 2007
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.21-ck'
+  KERNEL_VERSION='2.6.22-ck'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -12,7 +12,7 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.21-ck'
+  KERNEL_VERSION='2.6.22-ck'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -26,7 +26,7 @@
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.21-ck'
+  KERNEL_VERSION='2.6.22-ck'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list