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

Tobias Powalowski tpowa at archlinux.org
Mon Jul 23 15:27:49 UTC 2012


    Date: Monday, July 23, 2012 @ 11:27:49
  Author: tpowa
Revision: 163996

upgpkg: lirc 1:0.9.0-24

fixed kernel 3.5 depend

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-23 15:03:27 UTC (rev 163995)
+++ PKGBUILD	2012-07-23 15:27:49 UTC (rev 163996)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=23
+pkgrel=24
 epoch=1
 _extramodules=extramodules-3.5-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.4' 'linux<3.5')
+  depends=('lirc-utils' 'linux>=3.5' 'linux<3.6')
   replaces=('lirc+pctv')
   install=lirc.install
 




More information about the arch-commits mailing list