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

Thomas Baechler thomas at archlinux.org
Mon Jul 9 20:37:32 UTC 2007


    Date: Monday, July 9, 2007 @ 16:37:32
  Author: thomas
    Path: /home/cvs-extra/extra/system/lirc

Modified: PKGBUILD (1.45 -> 1.46) lirc.install (1.15 -> 1.16)

upgpkg: lirc 0.8.2-4


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


Index: extra/system/lirc/PKGBUILD
diff -u extra/system/lirc/PKGBUILD:1.45 extra/system/lirc/PKGBUILD:1.46
--- extra/system/lirc/PKGBUILD:1.45	Thu Jun 21 22:39:04 2007
+++ extra/system/lirc/PKGBUILD	Mon Jul  9 16:37:32 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.45 2007/06/22 02:39:04 paul Exp $
+# $Id: PKGBUILD,v 1.46 2007/07/09 20:37:32 thomas Exp $
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=lirc
 pkgver=0.8.2
-pkgrel=1
-_kernver=2.6.21-ARCH
+pkgrel=4
+_kernver=2.6.22-ARCH
 pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
 arch=(i686 x86_64)
 license=('GPL')
Index: extra/system/lirc/lirc.install
diff -u extra/system/lirc/lirc.install:1.15 extra/system/lirc/lirc.install:1.16
--- extra/system/lirc/lirc.install:1.15	Sat Apr 28 09:15:36 2007
+++ extra/system/lirc/lirc.install	Mon Jul  9 16:37:32 2007
@@ -10,7 +10,7 @@
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.21-ARCH
+  KERNEL_VERSION=2.6.22-ARCH
   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.21-ARCH
+  KERNEL_VERSION=2.6.22-ARCH
   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.21-ARCH
+  KERNEL_VERSION=2.6.22-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list