Date: Friday, December 4, 2009 @ 12:59:43 Author: tpowa Revision: 60419
upgpkg: tiacx 20080210-12 bump to new 2.6.32 kernel Modified: tiacx/trunk/PKGBUILD tiacx/trunk/acx.install -------------+ PKGBUILD | 7 ++++--- acx.install | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2009-12-04 16:58:14 UTC (rev 60418) +++ PKGBUILD 2009-12-04 17:59:43 UTC (rev 60419) @@ -3,18 +3,19 @@ pkgname=tiacx pkgver=20080210 -pkgrel=11 +pkgrel=12 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.31' 'kernel26<2.6.32' 'tiacx-firmware') +depends=('wireless_tools' 'kernel26>=2.6.32' 'kernel26<2.6.33' 'tiacx-firmware') +makedepends=('kernel26-headers>=2.6.32' 'kernel26-headers<2.6.33') 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) -_kernver=2.6.31-ARCH +_kernver=2.6.32-ARCH build() { cd $startdir/src/acx-$pkgver Modified: acx.install =================================================================== --- acx.install 2009-12-04 16:58:14 UTC (rev 60418) +++ acx.install 2009-12-04 17:59:43 UTC (rev 60419) @@ -1,19 +1,19 @@ # arg 1: the new package version post_install() { - KERNEL_VERSION='2.6.31-ARCH' + KERNEL_VERSION='2.6.32-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.31-ARCH' + KERNEL_VERSION='2.6.32-ARCH' depmod $KERNEL_VERSION > /dev/null 2>&1 } # arg 1: the old package version post_remove() { - KERNEL_VERSION='2.6.31-ARCH' + KERNEL_VERSION='2.6.32-ARCH' depmod $KERNEL_VERSION > /dev/null 2>&1 }