[arch-commits] CVS update of extra/network/ndiswrapper (PKGBUILD ndiswrapper.install)
Tobias Powalowski
tpowa at archlinux.org
Sat Apr 28 13:15:25 UTC 2007
Date: Saturday, April 28, 2007 @ 09:15:25
Author: tpowa
Path: /home/cvs-extra/extra/network/ndiswrapper
Modified: PKGBUILD (1.32 -> 1.33) ndiswrapper.install (1.13 -> 1.14)
upgpkg: update to 2.6.21 series
---------------------+
PKGBUILD | 6 +++---
ndiswrapper.install | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
Index: extra/network/ndiswrapper/PKGBUILD
diff -u extra/network/ndiswrapper/PKGBUILD:1.32 extra/network/ndiswrapper/PKGBUILD:1.33
--- extra/network/ndiswrapper/PKGBUILD:1.32 Mon Feb 12 03:13:10 2007
+++ extra/network/ndiswrapper/PKGBUILD Sat Apr 28 09:15:25 2007
@@ -1,10 +1,10 @@
-#$Id: PKGBUILD,v 1.32 2007/02/12 08:13:10 aaron Exp $
+#$Id: PKGBUILD,v 1.33 2007/04/28 13:15:25 tpowa Exp $
#Maintainer: Aaron Griffin <aaron at archlinux.org>
pkgname=ndiswrapper
-_kernver=2.6.20-ARCH
+_kernver=2.6.21-ARCH
pkgver=1.37
-pkgrel=1
+pkgrel=5
pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For stock arch 2.6 kernel."
arch=(i686 x86_64)
url="http://ndiswrapper.sourceforge.net"
Index: extra/network/ndiswrapper/ndiswrapper.install
diff -u extra/network/ndiswrapper/ndiswrapper.install:1.13 extra/network/ndiswrapper/ndiswrapper.install:1.14
--- extra/network/ndiswrapper/ndiswrapper.install:1.13 Tue Feb 6 07:48:45 2007
+++ extra/network/ndiswrapper/ndiswrapper.install Sat Apr 28 09:15:25 2007
@@ -2,7 +2,7 @@
post_install()
{
ndiswrapper -m
- KERNEL_VERSION='2.6.20-ARCH'
+ KERNEL_VERSION='2.6.21-ARCH'
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -12,7 +12,7 @@
post_upgrade()
{
ndiswrapper -m
- KERNEL_VERSION='2.6.20-ARCH'
+ KERNEL_VERSION='2.6.21-ARCH'
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -26,7 +26,7 @@
# arg 1: the old package version
post_remove()
{
- KERNEL_VERSION='2.6.20-ARCH'
+ KERNEL_VERSION='2.6.21-ARCH'
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
More information about the arch-commits
mailing list