[arch-commits] CVS update of extra/system/lirc-ck (PKGBUILD lirc.install)

Tom Killian tom at archlinux.org
Sun May 27 14:16:36 UTC 2007


    Date: Sunday, May 27, 2007 @ 10:16:36
  Author: tom
    Path: /home/cvs-extra/extra/system/lirc-ck

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

upgpkg: lirc-ck 0.8.1-3


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


Index: extra/system/lirc-ck/PKGBUILD
diff -u extra/system/lirc-ck/PKGBUILD:1.4 extra/system/lirc-ck/PKGBUILD:1.5
--- extra/system/lirc-ck/PKGBUILD:1.4	Sat Feb 17 06:36:16 2007
+++ extra/system/lirc-ck/PKGBUILD	Sun May 27 10:16:36 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.4 2007/02/17 11:36:16 tom Exp $
+# $Id: PKGBUILD,v 1.5 2007/05/27 14:16:36 tom Exp $
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=lirc-ck
 pkgver=0.8.1
-pkgrel=2
-_kernver=2.6.20-ck
+pkgrel=3
+_kernver=2.6.21-ck
 pkgdesc="Linux Infrared Remote Control kernel modules for kernel26ck."
 arch=(i686 x86_64)
 depends=('lirc-utils' 'kernel26ck')
Index: extra/system/lirc-ck/lirc.install
diff -u extra/system/lirc-ck/lirc.install:1.3 extra/system/lirc-ck/lirc.install:1.4
--- extra/system/lirc-ck/lirc.install:1.3	Sat Feb 17 06:36:16 2007
+++ extra/system/lirc-ck/lirc.install	Sun May 27 10:16:36 2007
@@ -10,7 +10,7 @@
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.20-ck
+  KERNEL_VERSION=2.6.21-ck
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }
@@ -26,7 +26,7 @@
 post_upgrade() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.20-ck
+  KERNEL_VERSION=2.6.21-ck
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }
@@ -40,7 +40,7 @@
 post_remove() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.20-ck
+  KERNEL_VERSION=2.6.21-ck
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list