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

Tobias Powalowski tpowa at archlinux.org
Fri Dec 4 16:52:01 UTC 2009


    Date: Friday, December 4, 2009 @ 11:52:01
  Author: tpowa
Revision: 60409

upgpkg: ndiswrapper 1.55-3
    bump to new 2.6.32 kernel

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-04 16:50:20 UTC (rev 60408)
+++ PKGBUILD	2009-12-04 16:52:01 UTC (rev 60409)
@@ -2,15 +2,16 @@
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ndiswrapper
-_kernver=2.6.31-ARCH
+_kernver=2.6.32-ARCH
 pkgver=1.55
-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.31' 'kernel26<2.6.32')
+depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.32' 'kernel26<2.6.33')
+makedepends=('kernel26-headers>=2.6.32' 'kernel26-headers<2.6.33')
 source=(http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz
         kernel-2.6.31.patch)
 

Modified: ndiswrapper.install
===================================================================
--- ndiswrapper.install	2009-12-04 16:50:20 UTC (rev 60408)
+++ ndiswrapper.install	2009-12-04 16:52:01 UTC (rev 60409)
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.31-ARCH'
+  KERNEL_VERSION='2.6.32-ARCH'
   depmod -ae $KERNEL_VERSION > /dev/null 2>&1 
 }
 
@@ -11,13 +11,13 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.31-ARCH'
+  KERNEL_VERSION='2.6.32-ARCH'
   depmod -ae $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.31-ARCH'
+  KERNEL_VERSION='2.6.32-ARCH'
   depmod -ae $KERNEL_VERSION > /dev/null 2>&1
 }




More information about the arch-commits mailing list