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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Jul 8 07:36:43 UTC 2013


    Date: Monday, July 8, 2013 @ 09:36:42
  Author: tpowa
Revision: 189780

upgpkg: lirc 1:0.9.0-51

fix depends to 3.10 kernel

Modified:
  lirc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-08 07:31:03 UTC (rev 189779)
+++ PKGBUILD	2013-07-08 07:36:42 UTC (rev 189780)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=50
+pkgrel=51
 epoch=1
 _extramodules=extramodules-3.10-ARCH
 arch=('i686' 'x86_64')
@@ -57,7 +57,7 @@
 
 package_lirc() {
   pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
-  depends=('lirc-utils' 'linux>=3.9' 'linux<3.10')
+  depends=('lirc-utils' 'linux>=3.10' 'linux<3.11')
   replaces=('lirc+pctv')
   install=lirc.install
 




More information about the arch-commits mailing list