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

Tobias Powalowski tpowa at archlinux.org
Mon May 17 08:09:40 UTC 2010


    Date: Monday, May 17, 2010 @ 04:09:39
  Author: tpowa
Revision: 80419

upgpkg: lirc 0.8.6-5
rebuild  against .34 series

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-17 08:05:25 UTC (rev 80418)
+++ PKGBUILD	2010-05-17 08:09:39 UTC (rev 80419)
@@ -3,14 +3,14 @@
 
 pkgname=lirc
 pkgver=0.8.6
-pkgrel=4
-_kernver=2.6.33-ARCH
+pkgrel=5
+_kernver=2.6.34-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.6' 'kernel26>=2.6.33' 'kernel26<2.6.34')
-makedepends=('help2man' 'kernel26-headers>=2.6.33' 'kernel26-headers<2.6.34')
+depends=('lirc-utils=0.8.6' 'kernel26>=2.6.34' 'kernel26<2.6.35')
+makedepends=('help2man' 'kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
 replaces=('lirc+pctv')
 options=('!makeflags')
 install=$pkgname.install

Modified: lirc.install
===================================================================
--- lirc.install	2010-05-17 08:05:25 UTC (rev 80418)
+++ lirc.install	2010-05-17 08:09:39 UTC (rev 80419)
@@ -10,7 +10,7 @@
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.33-ARCH
+  KERNEL_VERSION=2.6.34-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.33-ARCH
+  KERNEL_VERSION=2.6.34-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.33-ARCH
+  KERNEL_VERSION=2.6.34-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
   /bin/true
 }




More information about the arch-commits mailing list