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

Tobias Powalowski tpowa at archlinux.org
Sat Apr 28 13:15:40 UTC 2007


    Date: Saturday, April 28, 2007 @ 09:15:40
  Author: tpowa
    Path: /home/cvs-extra/extra/system/lirc

Modified: PKGBUILD (1.43 -> 1.44) lirc.install (1.14 -> 1.15)

upgpkg: update to 2.6.21 series


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


Index: extra/system/lirc/PKGBUILD
diff -u extra/system/lirc/PKGBUILD:1.43 extra/system/lirc/PKGBUILD:1.44
--- extra/system/lirc/PKGBUILD:1.43	Fri Feb 16 17:22:54 2007
+++ extra/system/lirc/PKGBUILD	Sat Apr 28 09:15:35 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.43 2007/02/16 22:22:54 andyrtr Exp $
+# $Id: PKGBUILD,v 1.44 2007/04/28 13:15:35 tpowa Exp $
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=lirc
 pkgver=0.8.1
-pkgrel=2
-_kernver=2.6.20-ARCH
+pkgrel=6
+_kernver=2.6.21-ARCH
 pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
 arch=(i686 x86_64)
 depends=('lirc-utils' 'kernel26')
Index: extra/system/lirc/lirc.install
diff -u extra/system/lirc/lirc.install:1.14 extra/system/lirc/lirc.install:1.15
--- extra/system/lirc/lirc.install:1.14	Tue Feb  6 07:42:54 2007
+++ extra/system/lirc/lirc.install	Sat Apr 28 09:15:36 2007
@@ -10,7 +10,7 @@
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.20-ARCH
+  KERNEL_VERSION=2.6.21-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.20-ARCH
+  KERNEL_VERSION=2.6.21-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.20-ARCH
+  KERNEL_VERSION=2.6.21-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list