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

Tom Killian tom at archlinux.org
Thu May 31 09:39:34 UTC 2007


    Date: Thursday, May 31, 2007 @ 05:39:34
  Author: tom
    Path: /home/cvs-unstable/unstable/modules/tiacx-ck

Modified: PKGBUILD (1.4 -> 1.5) acx.install (1.3 -> 1.4)

upgpkg: tiacx-ck 20070101-2


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


Index: unstable/modules/tiacx-ck/PKGBUILD
diff -u unstable/modules/tiacx-ck/PKGBUILD:1.4 unstable/modules/tiacx-ck/PKGBUILD:1.5
--- unstable/modules/tiacx-ck/PKGBUILD:1.4	Sat Feb 17 09:14:10 2007
+++ unstable/modules/tiacx-ck/PKGBUILD	Thu May 31 05:39:34 2007
@@ -1,10 +1,9 @@
 # Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.20-ck;
-
+_kernver=2.6.21-ck;
 
 pkgname=tiacx-ck
 pkgver=20070101
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. For kernel26ck."
 arch=(i686 x86_64)
 url="http://acx100.sourceforge.net/"
Index: unstable/modules/tiacx-ck/acx.install
diff -u unstable/modules/tiacx-ck/acx.install:1.3 unstable/modules/tiacx-ck/acx.install:1.4
--- unstable/modules/tiacx-ck/acx.install:1.3	Sat Feb 17 09:14:10 2007
+++ unstable/modules/tiacx-ck/acx.install	Thu May 31 05:39:34 2007
@@ -1,20 +1,20 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.20-ck'
+  KERNEL_VERSION='2.6.21-ck'
   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-ck'
+  KERNEL_VERSION='2.6.21-ck'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.20-ck'
+  KERNEL_VERSION='2.6.21-ck'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list