[arch-commits] CVS update of unstable/modules/tiacx (PKGBUILD acx.install)

Thomas Baechler thomas at archlinux.org
Thu May 31 08:21:51 UTC 2007


    Date: Thursday, May 31, 2007 @ 04:21:51
  Author: thomas
    Path: /home/cvs-unstable/unstable/modules/tiacx

Modified: PKGBUILD (1.15 -> 1.16) acx.install (1.8 -> 1.9)

upgpkg: tiacx 20070101-3


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


Index: unstable/modules/tiacx/PKGBUILD
diff -u unstable/modules/tiacx/PKGBUILD:1.15 unstable/modules/tiacx/PKGBUILD:1.16
--- unstable/modules/tiacx/PKGBUILD:1.15	Sun Apr  8 19:26:35 2007
+++ unstable/modules/tiacx/PKGBUILD	Thu May 31 04:21:51 2007
@@ -1,10 +1,10 @@
 # Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.20-ARCH;
+_kernver=2.6.21-ARCH;
 
 
 pkgname=tiacx
 pkgver=20070101
-pkgrel=2
+pkgrel=3
 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/"
Index: unstable/modules/tiacx/acx.install
diff -u unstable/modules/tiacx/acx.install:1.8 unstable/modules/tiacx/acx.install:1.9
--- unstable/modules/tiacx/acx.install:1.8	Tue Feb  6 08:24:19 2007
+++ unstable/modules/tiacx/acx.install	Thu May 31 04:21:51 2007
@@ -1,20 +1,20 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.20-ARCH'
+  KERNEL_VERSION='2.6.21-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  KERNEL_VERSION='2.6.20-ARCH'
+  KERNEL_VERSION='2.6.21-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.20-ARCH'
+  KERNEL_VERSION='2.6.21-ARCH'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list