[arch-commits] Commit in tiacx/trunk (PKGBUILD acx.install)
Tobias Powalowski
tpowa at archlinux.org
Wed Mar 25 10:20:00 UTC 2009
Date: Wednesday, March 25, 2009 @ 06:20:00
Author: tpowa
Revision: 31278
upgpkg: tiacx 20080210-9
Modified:
tiacx/trunk/PKGBUILD
tiacx/trunk/acx.install
-------------+
PKGBUILD | 6 +++---
acx.install | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-25 10:17:38 UTC (rev 31277)
+++ PKGBUILD 2009-03-25 10:20:00 UTC (rev 31278)
@@ -3,19 +3,19 @@
pkgname=tiacx
pkgver=20080210
-pkgrel=8
+pkgrel=9
pkgdesc="OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. For stock arch 2.6 kernel"
arch=(i686 x86_64)
url="http://acx100.sourceforge.net/"
license=('MPL')
-depends=('wireless_tools' 'kernel26>=2.6.28' 'kernel26<2.6.29' 'tiacx-firmware')
+depends=('wireless_tools' 'kernel26>=2.6.29' 'kernel26<2.6.30' 'tiacx-firmware')
install=acx.install
source=(http://downloads.sourceforge.net/sourceforge/acx100/acx-$pkgver.tar.bz2
kernel-2.6.27.patch)
md5sums=('7d5ce3215708e4e9f95cf567a9ee3a12'
'9895f72f8d0c84956b0f6c3b16df0fe8')
-_kernver=2.6.28-ARCH
+_kernver=2.6.29-ARCH
build() {
cd $startdir/src/acx-$pkgver
Modified: acx.install
===================================================================
--- acx.install 2009-03-25 10:17:38 UTC (rev 31277)
+++ acx.install 2009-03-25 10:20:00 UTC (rev 31278)
@@ -1,20 +1,20 @@
# arg 1: the new package version
post_install() {
- KERNEL_VERSION='2.6.28-ARCH'
+ KERNEL_VERSION='2.6.29-ARCH'
depmod -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.28-ARCH'
+ KERNEL_VERSION='2.6.29-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the old package version
post_remove() {
- KERNEL_VERSION='2.6.28-ARCH'
+ KERNEL_VERSION='2.6.29-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list