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

Tobias Powalowski tpowa at archlinux.org
Tue May 22 19:34:12 UTC 2012


    Date: Tuesday, May 22, 2012 @ 15:34:11
  Author: tpowa
Revision: 159372

upgpkg: lirc 1:0.9.0-18

fix depend problem

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-22 19:21:43 UTC (rev 159371)
+++ PKGBUILD	2012-05-22 19:34:11 UTC (rev 159372)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=17
+pkgrel=18
 epoch=1
 _extramodules=extramodules-3.4-ARCH
 arch=('i686' 'x86_64')
@@ -62,7 +62,7 @@
 
 package_lirc() {
   pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
-  depends=('lirc-utils' 'linux>=3.3' 'linux<3.4')
+  depends=('lirc-utils' 'linux>=3.4' 'linux<3.5')
   replaces=('lirc+pctv')
   install=lirc.install
 




More information about the arch-commits mailing list