diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-17 05:39:35 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-17 05:39:35 -0300 |
commit | 02df82e0df9398e5ea42f07aa7cb7287fae30c06 (patch) | |
tree | 2cab7a9903825ebd8b62840bb0d11e2b6c536b5b /libre/lirc-libre/PKGBUILD | |
parent | 2242c4e1e92b5279b8507a7ee735c6d3cbe56eac (diff) | |
download | abslibre-02df82e0df9398e5ea42f07aa7cb7287fae30c06.tar.gz abslibre-02df82e0df9398e5ea42f07aa7cb7287fae30c06.tar.bz2 abslibre-02df82e0df9398e5ea42f07aa7cb7287fae30c06.zip |
rebuilding packages against linux-libre-3.11.1-1
Diffstat (limited to 'libre/lirc-libre/PKGBUILD')
-rw-r--r-- | libre/lirc-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/lirc-libre/PKGBUILD b/libre/lirc-libre/PKGBUILD index 674e9440c..9afdc4e4f 100644 --- a/libre/lirc-libre/PKGBUILD +++ b/libre/lirc-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193774 2013-08-30 20:49:03Z foutrelis $ +# $Id: PKGBUILD 194386 2013-09-15 11:30:54Z tpowa $ # Maintainer: Paul Mattal <paul@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -6,14 +6,14 @@ _pkgbase=lirc pkgbase=lirc-libre pkgname=('lirc-libre' 'lirc-utils-libre') pkgver=0.9.0 -pkgrel=58 +pkgrel=60 epoch=1 -_extramodules=extramodules-3.10-LIBRE +_extramodules=extramodules-3.11-LIBRE arch=('i686' 'x86_64' 'mips64el') url="http://www.lirc.org/" license=('GPL') ### NOTICE don't forget to bump version in depends in package_lirc -makedepends=('help2man' 'linux-libre>=3.10' 'linux-libre<3.11' 'linux-libre-headers>=3.10' 'linux-libre-headers<3.11' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2') +makedepends=('help2man' 'linux-libre>=3.11' 'linux-libre<3.12' 'linux-libre-headers>=3.11' 'linux-libre-headers<3.12' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2') options=('!makeflags' '!strip') source=(http://prdownloads.sourceforge.net/${_pkgbase}/${_pkgbase}-${pkgver}.tar.bz2 lirc_wpc8769l.patch @@ -59,7 +59,7 @@ build() { package_lirc-libre() { pkgdesc="Linux Infrared Remote Control kernel modules for stock kernel (built for the linux-libre kernel package)" - depends=('lirc-utils-libre' 'linux-libre>=3.10' 'linux-libre<3.11') + depends=('lirc-utils-libre' 'linux-libre>=3.11' 'linux-libre<3.12') replaces=('lirc' 'lirc+pctv') conflicts=('lirc') provides=("lirc=$pkgver") |