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

Tobias Powalowski tpowa at archlinux.org
Wed Dec 17 15:57:09 UTC 2014


    Date: Wednesday, December 17, 2014 @ 16:57:08
  Author: tpowa
Revision: 227703

upgpkg: lirc 1:0.9.1.a-10

rebuild against 3.18.1

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-17 15:40:00 UTC (rev 227702)
+++ PKGBUILD	2014-12-17 15:57:08 UTC (rev 227703)
@@ -5,14 +5,14 @@
 pkgname=('lirc' 'lirc-utils')
 _pkgver=0.9.1a
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || pkgver="$_pkgver"
-pkgrel=9
+pkgrel=10
 epoch=1
-_extramodules=extramodules-3.17-ARCH
+_extramodules=extramodules-3.18-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>=3.17' 'linux<3.18' 'linux-headers>=3.17' 'linux-headers<3.18' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
+makedepends=('help2man' 'linux>=3.18' 'linux<3.19' 'linux-headers>=3.18' 'linux-headers<3.19' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 source=("http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${_pkgver}.tar.bz2"
         wpc8769l-build-fix.patch
@@ -63,7 +63,7 @@
 
 package_lirc() {
   pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
-  depends=('lirc-utils' 'linux>=3.17' 'linux<3.18')
+  depends=('lirc-utils' 'linux>=3.18' 'linux<3.19')
   replaces=('lirc+pctv')
   install=lirc.install
 



More information about the arch-commits mailing list