[arch-commits] Commit in ndiswrapper/trunk (PKGBUILD ndiswrapper.install)

Thomas Baechler thomas at archlinux.org
Mon Jul 21 20:19:46 UTC 2008


    Date: Monday, July 21, 2008 @ 16:19:46
  Author: thomas
Revision: 5926

upgpkg: ndiswrapper 1.52-5

Modified:
  ndiswrapper/trunk/PKGBUILD
  ndiswrapper/trunk/ndiswrapper.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-21 20:14:52 UTC (rev 5925)
+++ PKGBUILD	2008-07-21 20:19:46 UTC (rev 5926)
@@ -2,15 +2,15 @@
 #Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=ndiswrapper
-_kernver=2.6.25-ARCH
+_kernver=2.6.26-ARCH
 pkgver=1.52
-pkgrel=4
+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)
 url="http://ndiswrapper.sourceforge.net"
 install="ndiswrapper.install"
-depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.25.3-1' 'kernel26<2.6.26')
+depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.26-1' 'kernel26<2.6.27')
 source=(http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
 md5sums=('3ab2aeef398d29df3a40d40fa499405e')
 

Modified: ndiswrapper.install
===================================================================
--- ndiswrapper.install	2008-07-21 20:14:52 UTC (rev 5925)
+++ ndiswrapper.install	2008-07-21 20:19:46 UTC (rev 5926)
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.25-ARCH'
+  KERNEL_VERSION='2.6.26-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
@@ -11,14 +11,14 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.25-ARCH'
+  KERNEL_VERSION='2.6.26-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.25-ARCH'
+  KERNEL_VERSION='2.6.26-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 





More information about the arch-commits mailing list