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

Tobias Powalowski tpowa at archlinux.org
Fri Jan 25 17:17:37 UTC 2008


    Date: Friday, January 25, 2008 @ 12:17:37
  Author: tpowa
    Path: /home/cvs-core/core/support/ndiswrapper

Modified: PKGBUILD (1.45 -> 1.46) ndiswrapper.install (1.17 -> 1.18)

upgpkg: update to new .24 series


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


Index: core/support/ndiswrapper/PKGBUILD
diff -u core/support/ndiswrapper/PKGBUILD:1.45 core/support/ndiswrapper/PKGBUILD:1.46
--- core/support/ndiswrapper/PKGBUILD:1.45	Thu Dec 20 02:56:49 2007
+++ core/support/ndiswrapper/PKGBUILD	Fri Jan 25 12:17:37 2008
@@ -1,16 +1,16 @@
-#$Id: PKGBUILD,v 1.45 2007/12/20 07:56:49 tpowa Exp $
+#$Id: PKGBUILD,v 1.46 2008/01/25 17:17:37 tpowa Exp $
 #Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=ndiswrapper
-_kernver=2.6.23-ARCH
+_kernver=2.6.24-ARCH
 pkgver=1.51
-pkgrel=1
+pkgrel=2
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For stock arch 2.6 kernel."
 license=('GPL')
 arch=(i686 x86_64)
 url="http://ndiswrapper.sourceforge.net"
 install="ndiswrapper.install"
-depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.23.8-2')
+depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.24-1' 'kernel26<=2.6.25-0')
 source=(http://easynews.dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
 md5sums=('ba8f8cf43e7e05427a0c221a284a516c')
 
Index: core/support/ndiswrapper/ndiswrapper.install
diff -u core/support/ndiswrapper/ndiswrapper.install:1.17 core/support/ndiswrapper/ndiswrapper.install:1.18
--- core/support/ndiswrapper/ndiswrapper.install:1.17	Sat Nov 24 12:12:47 2007
+++ core/support/ndiswrapper/ndiswrapper.install	Fri Jan 25 12:17:37 2008
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
@@ -11,14 +11,14 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list