[arch-commits] Commit in tiacx/trunk (PKGBUILD acx.install)

Tobias Powalowski tpowa at archlinux.org
Mon Oct 25 21:04:21 UTC 2010


    Date: Monday, October 25, 2010 @ 17:04:20
  Author: tpowa
Revision: 97004

upgpkg: tiacx 20080210-18
bump to kernel 2.6.36

Modified:
  tiacx/trunk/PKGBUILD
  tiacx/trunk/acx.install

-------------+
 PKGBUILD    |    8 ++++----
 acx.install |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-25 21:04:11 UTC (rev 97003)
+++ PKGBUILD	2010-10-25 21:04:20 UTC (rev 97004)
@@ -3,20 +3,20 @@
 
 pkgname=tiacx
 pkgver=20080210
-pkgrel=17
+pkgrel=18
 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.35' 'kernel26<2.6.36' 'tiacx-firmware')
-makedepends=('kernel26-headers>=2.6.35' 'kernel26-headers<2.6.36')
+depends=('wireless_tools' 'kernel26>=2.6.36' 'kernel26<2.6.37' 'tiacx-firmware')
+makedepends=('kernel26-headers>=2.6.36' 'kernel26-headers<2.6.37')
 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.35-ARCH
+_kernver=2.6.36-ARCH
 
 build() {
     cd $srcdir/acx-$pkgver

Modified: acx.install
===================================================================
--- acx.install	2010-10-25 21:04:11 UTC (rev 97003)
+++ acx.install	2010-10-25 21:04:20 UTC (rev 97004)
@@ -1,19 +1,19 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.35-ARCH'
+  KERNEL_VERSION='2.6.36-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.35-ARCH'
+  KERNEL_VERSION='2.6.36-ARCH'
   depmod $KERNEL_VERSION > /dev/null 2>&1	 
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.35-ARCH'
+  KERNEL_VERSION='2.6.36-ARCH'
   depmod $KERNEL_VERSION > /dev/null 2>&1	 
 }




More information about the arch-commits mailing list