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

Thomas Baechler thomas at archlinux.org
Sat Apr 19 15:28:14 UTC 2008


    Date: Saturday, April 19, 2008 @ 11:28:14
  Author: thomas
Revision: 425

upgpkg: ndiswrapper 1.52-3

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-19 15:23:44 UTC (rev 424)
+++ PKGBUILD	2008-04-19 15:28:14 UTC (rev 425)
@@ -2,16 +2,16 @@
 #Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=ndiswrapper
-_kernver=2.6.24-ARCH
+_kernver=2.6.25-ARCH
 pkgver=1.52
-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.24.3-4' 'kernel26<=2.6.25-0')
-source=(http://easynews.dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
+depends=("ndiswrapper-utils=$pkgver" 'kernel26>=2.6.25' 'kernel26<2.6.26')
+source=(http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
 md5sums=('3ab2aeef398d29df3a40d40fa499405e')
 
 build()

Modified: ndiswrapper.install
===================================================================
--- ndiswrapper.install	2008-04-19 15:23:44 UTC (rev 424)
+++ ndiswrapper.install	2008-04-19 15:28:14 UTC (rev 425)
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.24-ARCH'
+  KERNEL_VERSION='2.6.25-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
@@ -11,14 +11,14 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.24-ARCH'
+  KERNEL_VERSION='2.6.25-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.24-ARCH'
+  KERNEL_VERSION='2.6.25-ARCH'
   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 





More information about the arch-commits mailing list