[arch-commits] Commit in tiacx/trunk (PKGBUILD acx.install)
Tobias Powalowski
tpowa at archlinux.org
Wed Aug 4 19:30:21 UTC 2010
Date: Wednesday, August 4, 2010 @ 15:30:19
Author: tpowa
Revision: 86801
upgpkg: tiacx 20080210-16
bump to new major kernel
Modified:
tiacx/trunk/PKGBUILD
tiacx/trunk/acx.install
-------------+
PKGBUILD | 8 ++++----
acx.install | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-08-04 19:27:08 UTC (rev 86800)
+++ PKGBUILD 2010-08-04 19:30:19 UTC (rev 86801)
@@ -3,20 +3,20 @@
pkgname=tiacx
pkgver=20080210
-pkgrel=15
+pkgrel=16
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.34' 'kernel26<2.6.35' 'tiacx-firmware')
-makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
+depends=('wireless_tools' 'kernel26>=2.6.35' 'kernel26<2.6.36' 'tiacx-firmware')
+makedepends=('kernel26-headers>=2.6.35' 'kernel26-headers<2.6.36')
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.34-ARCH
+_kernver=2.6.35-ARCH
build() {
cd $srcdir/acx-$pkgver
Modified: acx.install
===================================================================
--- acx.install 2010-08-04 19:27:08 UTC (rev 86800)
+++ acx.install 2010-08-04 19:30:19 UTC (rev 86801)
@@ -1,19 +1,19 @@
# arg 1: the new package version
post_install() {
- KERNEL_VERSION='2.6.34-ARCH'
+ KERNEL_VERSION='2.6.35-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.34-ARCH'
+ KERNEL_VERSION='2.6.35-ARCH'
depmod $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the old package version
post_remove() {
- KERNEL_VERSION='2.6.34-ARCH'
+ KERNEL_VERSION='2.6.35-ARCH'
depmod $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list