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

Tobias Powalowski tpowa at archlinux.org
Fri May 20 10:56:50 UTC 2011


    Date: Friday, May 20, 2011 @ 06:56:49
  Author: tpowa
Revision: 124380

upgpkg: tiacx 20080210-22
rebuild against .39

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-20 10:55:33 UTC (rev 124379)
+++ PKGBUILD	2011-05-20 10:56:49 UTC (rev 124380)
@@ -3,13 +3,13 @@
 
 pkgname=tiacx
 pkgver=20080210
-pkgrel=21
+pkgrel=22
 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.38' 'kernel26<2.6.39' 'tiacx-firmware')
-makedepends=('kernel26-headers>=2.6.38' 'kernel26-headers<2.6.39')
+depends=('wireless_tools' 'kernel26>=2.6.39' 'kernel26<2.6.40' 'tiacx-firmware')
+makedepends=('kernel26-headers>=2.6.39' 'kernel26-headers<2.6.40')
 install=acx.install
 source=(http://downloads.sourceforge.net/sourceforge/acx100/acx-$pkgver.tar.bz2
         kernel-2.6.27.patch
@@ -17,7 +17,7 @@
         kernel-2.6.31.patch
         kernel-2.6.33.patch)
 options=(!strip)
-_kernver=2.6.38-ARCH
+_kernver=2.6.39-ARCH
 md5sums=('7d5ce3215708e4e9f95cf567a9ee3a12'
          '9895f72f8d0c84956b0f6c3b16df0fe8'
          'e2900aee839ce711a7f7606b3e3de36e'

Modified: acx.install
===================================================================
--- acx.install	2011-05-20 10:55:33 UTC (rev 124379)
+++ acx.install	2011-05-20 10:56:49 UTC (rev 124380)
@@ -1,19 +1,19 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.38-ARCH'
+  KERNEL_VERSION='2.6.39-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.38-ARCH'
+  KERNEL_VERSION='2.6.39-ARCH'
   depmod $KERNEL_VERSION > /dev/null 2>&1	 
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.38-ARCH'
+  KERNEL_VERSION='2.6.39-ARCH'
   depmod $KERNEL_VERSION > /dev/null 2>&1	 
 }




More information about the arch-commits mailing list