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

Tobias Powalowski tpowa at archlinux.org
Tue Oct 2 09:02:56 UTC 2012


    Date: Tuesday, October 2, 2012 @ 05:02:56
  Author: tpowa
Revision: 167423

upgpkg: lirc 1:0.9.0-29

rebuild against 3.6 series

Modified:
  lirc/trunk/PKGBUILD
  lirc/trunk/lirc.install

--------------+
 PKGBUILD     |    8 ++++----
 lirc.install |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-02 09:00:03 UTC (rev 167422)
+++ PKGBUILD	2012-10-02 09:02:56 UTC (rev 167423)
@@ -4,14 +4,14 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=28
+pkgrel=29
 epoch=1
-_extramodules=extramodules-3.5-ARCH
+_extramodules=extramodules-3.6-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.5' 'linux-headers<3.6' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2')
+makedepends=('help2man' 'linux-headers>=3.6' 'linux-headers<3.7' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
         lirc_wpc8769l.patch
@@ -54,7 +54,7 @@
 
 package_lirc() {
   pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
-  depends=('lirc-utils' 'linux>=3.5' 'linux<3.6')
+  depends=('lirc-utils' 'linux>=3.6' 'linux<3.7')
   replaces=('lirc+pctv')
   install=lirc.install
 

Modified: lirc.install
===================================================================
--- lirc.install	2012-10-02 09:00:03 UTC (rev 167422)
+++ lirc.install	2012-10-02 09:02:56 UTC (rev 167423)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-3.5-ARCH
+EXTRAMODULES=extramodules-3.6-ARCH
 
 post_install() {
   # updating module dependencies




More information about the arch-commits mailing list