diff options
author | Aurélien DESBRIÈRES <aurelien@hackers.camp> | 2014-06-19 18:17:13 +0200 |
---|---|---|
committer | Aurélien DESBRIÈRES <aurelien@hackers.camp> | 2014-06-19 18:17:13 +0200 |
commit | 9ca394dd06070cf584d5c503b5e43fb1b776134f (patch) | |
tree | 88bfd40223c57e74ee91eaca229a7e2f6439d802 /libre/lirc-libre | |
parent | a5a563cfae42761a89980c368bb75da23b00bc9e (diff) | |
parent | 3ccd2ef1b87c3642d384b16fa109c8a524aadeeb (diff) |
mkinitcpio-paralogo new logo
Diffstat (limited to 'libre/lirc-libre')
-rw-r--r-- | libre/lirc-libre/PKGBUILD | 12 | ||||
-rw-r--r-- | libre/lirc-libre/lirc.install | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libre/lirc-libre/PKGBUILD b/libre/lirc-libre/PKGBUILD index 9ca6f8ff6..8f9a82d7d 100644 --- a/libre/lirc-libre/PKGBUILD +++ b/libre/lirc-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209729 2014-04-01 21:55:59Z thomas $ +# $Id: PKGBUILD 215247 2014-06-17 07:51:32Z tpowa $ # Maintainer (Arch): Paul Mattal <paul@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> @@ -6,14 +6,14 @@ _pkgbase=lirc pkgbase=lirc-libre pkgname=('lirc-libre' 'lirc-libre-utils') pkgver=0.9.0 -pkgrel=71 +pkgrel=73 epoch=1 -_extramodules=extramodules-3.14-LIBRE +_extramodules=extramodules-3.15-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.14' 'linux-libre<3.15' 'linux-libre-headers>=3.14' 'linux-libre-headers<3.15' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2') +makedepends=('help2man' 'linux-libre>=3.15' 'linux-libre<3.16' 'linux-libre-headers>=3.15' 'linux-libre-headers<3.16' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2') options=('!makeflags' '!strip') source=(http://prdownloads.sourceforge.net/${_pkgbase}/${_pkgbase}-${pkgver}.tar.bz2 lirc_wpc8769l.patch @@ -69,7 +69,7 @@ build() { cd "${srcdir}/lirc-${pkgver}" PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \ - --with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \ + --with-driver=all --with-kerneldir=/usr/lib/modules/${_kernver}/build/ \ --with-moduledir=/usr/lib/modules/${_kernver}/kernel/drivers/misc \ --sbindir=/usr/bin --with-transmitter @@ -84,7 +84,7 @@ build() { package_lirc-libre() { pkgdesc="Linux Infrared Remote Control kernel modules for stock kernel (built for the linux-libre kernel package)" - depends=('lirc-libre-utils' 'linux-libre>=3.14' 'linux-libre<3.15') + depends=('lirc-libre-utils' 'linux-libre>=3.15' 'linux-libre<3.16') replaces=('lirc' 'lirc+pctv') conflicts=('lirc') provides=("lirc=$pkgver") diff --git a/libre/lirc-libre/lirc.install b/libre/lirc-libre/lirc.install index ed1ebdb6b..77396d305 100644 --- a/libre/lirc-libre/lirc.install +++ b/libre/lirc-libre/lirc.install @@ -1,4 +1,4 @@ -EXTRAMODULES=extramodules-3.14-LIBRE +EXTRAMODULES=extramodules-3.15-LIBRE post_install() { # updating module dependencies |