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

Tobias Powalowski tpowa at archlinux.org
Wed Oct 10 20:49:15 UTC 2007


    Date: Wednesday, October 10, 2007 @ 16:49:15
  Author: tpowa
    Path: /home/cvs-core/core/support/ndiswrapper

Modified: PKGBUILD (1.37 -> 1.38) ndiswrapper.install (1.15 -> 1.16)

'upgpgk: update to new major kernel'


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


Index: core/support/ndiswrapper/PKGBUILD
diff -u core/support/ndiswrapper/PKGBUILD:1.37 core/support/ndiswrapper/PKGBUILD:1.38
--- core/support/ndiswrapper/PKGBUILD:1.37	Fri Sep 21 16:52:26 2007
+++ core/support/ndiswrapper/PKGBUILD	Wed Oct 10 16:49:15 2007
@@ -1,10 +1,10 @@
-#$Id: PKGBUILD,v 1.37 2007/09/21 20:52:26 tpowa Exp $
+#$Id: PKGBUILD,v 1.38 2007/10/10 20:49:15 tpowa Exp $
 #Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=ndiswrapper
-_kernver=2.6.22-ARCH
-pkgver=1.47
-pkgrel=2
+_kernver=2.6.23-ARCH
+pkgver=1.48
+pkgrel=1
 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=('df02cbf0e514797f98a108d8566cb417')
+md5sums=('34864d702dfeb8cdece4b392da6350a2')
 
 build()
 {
Index: core/support/ndiswrapper/ndiswrapper.install
diff -u core/support/ndiswrapper/ndiswrapper.install:1.15 core/support/ndiswrapper/ndiswrapper.install:1.16
--- core/support/ndiswrapper/ndiswrapper.install:1.15	Mon Jul  9 17:49:38 2007
+++ core/support/ndiswrapper/ndiswrapper.install	Wed Oct 10 16:49:15 2007
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
   /bin/true
 }
@@ -12,7 +12,7 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.22-ARCH'
+  KERNEL_VERSION='2.6.23-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.22-ARCH'
+  KERNEL_VERSION='2.6.23-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list