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

Tobias Powalowski tpowa at archlinux.org
Thu Jun 11 18:14:55 UTC 2009


    Date: Thursday, June 11, 2009 @ 14:14:55
  Author: tpowa
Revision: 42179

upgpkg: ndiswrapper 1.54-3

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-11 18:12:03 UTC (rev 42178)
+++ PKGBUILD	2009-06-11 18:14:55 UTC (rev 42179)
@@ -2,15 +2,15 @@
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ndiswrapper
-_kernver=2.6.29-ARCH
+_kernver=2.6.30-ARCH
 pkgver=1.54
-pkgrel=2
+pkgrel=3
 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.29' 'kernel26<2.6.30')
+depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.30' 'kernel26<2.6.31')
 source=(http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz
         2.6.29.patch)
 md5sums=('fc9ebd3985967727da494ec298ad4487'

Modified: ndiswrapper.install
===================================================================
--- ndiswrapper.install	2009-06-11 18:12:03 UTC (rev 42178)
+++ ndiswrapper.install	2009-06-11 18:14:55 UTC (rev 42179)
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.29-ARCH'
+  KERNEL_VERSION='2.6.30-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
@@ -11,14 +11,14 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.29-ARCH'
+  KERNEL_VERSION='2.6.30-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.29-ARCH'
+  KERNEL_VERSION='2.6.30-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list