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

Ionut Biru ibiru at archlinux.org
Sat Jul 30 06:46:24 UTC 2011


    Date: Saturday, July 30, 2011 @ 02:46:23
  Author: ibiru
Revision: 133620

fix dependency

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-30 06:15:26 UTC (rev 133619)
+++ PKGBUILD	2011-07-30 06:46:23 UTC (rev 133620)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=5
+pkgrel=6
 epoch=1
 _kernver=3.0-ARCH
 arch=('i686' 'x86_64')
@@ -60,7 +60,7 @@
 
 package_lirc() {
   pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
-  depends=('lirc-utils' 'kernel26>=2.6.39' 'kernel26<2.6.40')
+  depends=('lirc-utils' 'linux>=3.0' 'linux<3.1')
   replaces=('lirc+pctv')
   install=lirc.install
 




More information about the arch-commits mailing list