[arch-commits] Commit in tiacx/trunk (PKGBUILD acx.install)
Tobias Powalowski
tpowa at archlinux.org
Mon May 17 07:53:49 UTC 2010
Date: Monday, May 17, 2010 @ 03:53:48
Author: tpowa
Revision: 80410
upgpkg: tiacx 20080210-15
rebuild against .34 series
Modified:
tiacx/trunk/PKGBUILD
tiacx/trunk/acx.install
-------------+
PKGBUILD | 8 ++++----
acx.install | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-05-17 07:51:20 UTC (rev 80409)
+++ PKGBUILD 2010-05-17 07:53:48 UTC (rev 80410)
@@ -3,20 +3,20 @@
pkgname=tiacx
pkgver=20080210
-pkgrel=14
+pkgrel=15
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.33' 'kernel26<2.6.34' 'tiacx-firmware')
-makedepends=('kernel26-headers>=2.6.33' 'kernel26-headers<2.6.34')
+depends=('wireless_tools' 'kernel26>=2.6.34' 'kernel26<2.6.35' 'tiacx-firmware')
+makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
install=acx.install
source=(http://downloads.sourceforge.net/sourceforge/acx100/acx-$pkgver.tar.bz2
kernel-2.6.27.patch
kernel-2.6.30.patch
kernel-2.6.31.patch
kernel-2.6.33.patch)
-_kernver=2.6.33-ARCH
+_kernver=2.6.34-ARCH
build() {
cd $startdir/src/acx-$pkgver
Modified: acx.install
===================================================================
--- acx.install 2010-05-17 07:51:20 UTC (rev 80409)
+++ acx.install 2010-05-17 07:53:48 UTC (rev 80410)
@@ -1,19 +1,19 @@
# arg 1: the new package version
post_install() {
- KERNEL_VERSION='2.6.33-ARCH'
+ KERNEL_VERSION='2.6.34-ARCH'
depmod $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
- KERNEL_VERSION='2.6.33-ARCH'
+ KERNEL_VERSION='2.6.34-ARCH'
depmod $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the old package version
post_remove() {
- KERNEL_VERSION='2.6.33-ARCH'
+ KERNEL_VERSION='2.6.34-ARCH'
depmod $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list