[arch-commits] Commit in madwifi/trunk (PKGBUILD madwifi-ng.install)
Thomas Baechler
thomas at archlinux.org
Sat Apr 19 15:21:52 UTC 2008
Date: Saturday, April 19, 2008 @ 11:21:52
Author: thomas
Revision: 420
upgpkg: madwifi 0.9.4.3382-4
Modified:
madwifi/trunk/PKGBUILD
madwifi/trunk/madwifi-ng.install
--------------------+
PKGBUILD | 6 +++---
madwifi-ng.install | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-04-19 15:21:26 UTC (rev 419)
+++ PKGBUILD 2008-04-19 15:21:52 UTC (rev 420)
@@ -2,16 +2,16 @@
# Originally by kleptophobiac <kleptophobiac at gmail.com>
# Modified by James Rayner for the repositories <iphitus at gmail.com>
-_kernver=2.6.24-ARCH;
+_kernver=2.6.25-ARCH;
pkgname=madwifi
pkgver=0.9.4.3382
-pkgrel=3
+pkgrel=4
pkgdesc="Madwifi drivers for Atheros wireless chipsets. For stock arch 2.6 kernel"
arch=(i686 x86_64)
license=('GPL')
url="http://madwifi.org"
-depends=('madwifi-utils' 'kernel26>=2.6.24.3-4' 'kernel26<=2.6.25-0')
+depends=('madwifi-utils' 'kernel26>=2.6.25' 'kernel26<2.6.26')
makedepends=('sharutils')
install=madwifi-ng.install
# subversion source: svn checkout http://svn.madwifi.org/madwifi/trunk madwifi
Modified: madwifi-ng.install
===================================================================
--- madwifi-ng.install 2008-04-19 15:21:26 UTC (rev 419)
+++ madwifi-ng.install 2008-04-19 15:21:52 UTC (rev 420)
@@ -1,20 +1,20 @@
# arg 1: the new package version
post_install() {
- KERNEL_VERSION='2.6.24-ARCH'
+ KERNEL_VERSION='2.6.25-ARCH'
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
- 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