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

Pierre Schmitz pierre at archlinux.org
Mon Jul 9 21:49:39 UTC 2007


    Date: Monday, July 9, 2007 @ 17:49:39
  Author: pierre
    Path: /home/cvs-extra/extra/network/ndiswrapper

Modified: PKGBUILD (1.34 -> 1.35) ndiswrapper.install (1.14 -> 1.15)

upgpkg: ndiswrapper 1.46-5
merging changes from tpowa; rebuild for final 2.6.22 kernel;added md5sums


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


Index: extra/network/ndiswrapper/PKGBUILD
diff -u extra/network/ndiswrapper/PKGBUILD:1.34 extra/network/ndiswrapper/PKGBUILD:1.35
--- extra/network/ndiswrapper/PKGBUILD:1.34	Fri May 11 01:17:52 2007
+++ extra/network/ndiswrapper/PKGBUILD	Mon Jul  9 17:49:38 2007
@@ -1,10 +1,10 @@
-#$Id: PKGBUILD,v 1.34 2007/05/11 05:17:52 aaron Exp $
+#$Id: PKGBUILD,v 1.35 2007/07/09 21:49:38 pierre Exp $
 #Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=ndiswrapper
-_kernver=2.6.21-ARCH
-pkgver=1.43
-pkgrel=1
+_kernver=2.6.22-ARCH
+pkgver=1.46
+pkgrel=5
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For stock arch 2.6 kernel."
 license=('GPL')
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 install="ndiswrapper.install"
 depends=('ndiswrapper-utils')
 source=(http://easynews.dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
-md5sums=('95479cb0111b6b28581993e947f6d2c8')
+md5sums=('971d007bedbd831190ab341e771ddbde')
 
 build()
 {
Index: extra/network/ndiswrapper/ndiswrapper.install
diff -u extra/network/ndiswrapper/ndiswrapper.install:1.14 extra/network/ndiswrapper/ndiswrapper.install:1.15
--- extra/network/ndiswrapper/ndiswrapper.install:1.14	Sat Apr 28 09:15:25 2007
+++ extra/network/ndiswrapper/ndiswrapper.install	Mon Jul  9 17:49:38 2007
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.21-ARCH'
+  KERNEL_VERSION='2.6.22-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -12,7 +12,7 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.21-ARCH'
+  KERNEL_VERSION='2.6.22-ARCH'
   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-ARCH'
+  KERNEL_VERSION='2.6.22-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list