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

Ionut Biru ibiru at archlinux.org
Sun Apr 8 10:58:47 UTC 2012


    Date: Sunday, April 8, 2012 @ 06:58:47
  Author: ibiru
Revision: 155877

bump version for linux 3.4

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-08 10:03:47 UTC (rev 155876)
+++ PKGBUILD	2012-04-08 10:58:47 UTC (rev 155877)
@@ -4,12 +4,13 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=14
+pkgrel=15
 epoch=1
 _extramodules=extramodules-3.3-ARCH
 arch=('i686' 'x86_64')
 url="http://www.lirc.org/"
 license=('GPL')
+### NOTICE don't forget to bump version in depends in package_lirc
 makedepends=('help2man' 'linux-headers>=3.3' 'linux-headers<3.4' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
@@ -61,7 +62,7 @@
 
 package_lirc() {
   pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
-  depends=('lirc-utils' 'linux>=3.2' 'linux<3.3')
+  depends=('lirc-utils' 'linux>=3.3' 'linux<3.4')
   replaces=('lirc+pctv')
   install=lirc.install
 




More information about the arch-commits mailing list