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

Tobias Powalowski tpowa at archlinux.org
Thu Sep 10 14:02:17 UTC 2009


    Date: Thursday, September 10, 2009 @ 10:02:17
  Author: tpowa
Revision: 51666

upgpkg: ndiswrapper 1.55-2
    bump to new major kernel

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-10 14:01:57 UTC (rev 51665)
+++ PKGBUILD	2009-09-10 14:02:17 UTC (rev 51666)
@@ -2,15 +2,15 @@
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ndiswrapper
-_kernver=2.6.30-ARCH
+_kernver=2.6.31-ARCH
 pkgver=1.55
-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.30' 'kernel26<2.6.31')
+depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.31' 'kernel26<2.6.32')
 source=(http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
 md5sums=('aa423a46aff97bd0a830e43d546f2b0e')
 

Modified: ndiswrapper.install
===================================================================
--- ndiswrapper.install	2009-09-10 14:01:57 UTC (rev 51665)
+++ ndiswrapper.install	2009-09-10 14:02:17 UTC (rev 51666)
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.30-ARCH'
+  KERNEL_VERSION='2.6.31-ARCH'
   depmod -ae $KERNEL_VERSION > /dev/null 2>&1 
 }
 
@@ -11,13 +11,13 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.30-ARCH'
+  KERNEL_VERSION='2.6.31-ARCH'
   depmod -ae $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.30-ARCH'
+  KERNEL_VERSION='2.6.31-ARCH'
   depmod -ae $KERNEL_VERSION > /dev/null 2>&1
 }




More information about the arch-commits mailing list