[arch-commits] Commit in lirc/trunk (PKGBUILD lirc.install)

Tobias Powalowski tpowa at archlinux.org
Thu Jun 11 18:42:17 UTC 2009


    Date: Thursday, June 11, 2009 @ 14:42:17
  Author: tpowa
Revision: 42195

upgpkg: lirc 0.8.5-2

Modified:
  lirc/trunk/PKGBUILD
  lirc/trunk/lirc.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-11 18:39:49 UTC (rev 42194)
+++ PKGBUILD	2009-06-11 18:42:17 UTC (rev 42195)
@@ -3,13 +3,13 @@
 
 pkgname=lirc
 pkgver=0.8.5
-pkgrel=1
-_kernver=2.6.29-ARCH
+pkgrel=2
+_kernver=2.6.30-ARCH
 pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
 arch=('i686' 'x86_64')
 url="http://www.lirc.org/"
 license=('GPL')
-depends=('lirc-utils=0.8.5' 'kernel26>=2.6.29' 'kernel26<2.6.30')
+depends=('lirc-utils=0.8.5' 'kernel26>=2.6.30' 'kernel26<2.6.31')
 makedepends=('help2man')
 replaces=('lirc+pctv')
 options=('!makeflags')

Modified: lirc.install
===================================================================
--- lirc.install	2009-06-11 18:39:49 UTC (rev 42194)
+++ lirc.install	2009-06-11 18:42:17 UTC (rev 42195)
@@ -10,7 +10,7 @@
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.29-ARCH
+  KERNEL_VERSION=2.6.30-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.29-ARCH
+  KERNEL_VERSION=2.6.30-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.29-ARCH
+  KERNEL_VERSION=2.6.30-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list