diff options
Diffstat (limited to 'extra/lirc/PKGBUILD')
-rw-r--r-- | extra/lirc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/lirc/PKGBUILD b/extra/lirc/PKGBUILD index 23c2a1437..502905d48 100644 --- a/extra/lirc/PKGBUILD +++ b/extra/lirc/PKGBUILD @@ -6,12 +6,12 @@ pkgname=('lirc' 'lirc-utils') pkgver=0.9.0 pkgrel=8 epoch=1 -_extramodules=extramodules-3.1-ARCH +_extramodules=extramodules-3.1-LIBRE _kernver="$(cat /lib/modules/${_extramodules}/version)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lirc.org/" license=('GPL') -makedepends=('help2man' 'linux-headers>=3.1' 'linux-headers<3.2' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2') +makedepends=('help2man' 'linux-libre-headers>=3.1' 'linux-libre-headers<3.2' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2') options=('!makeflags' '!strip') source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2 lirc_wpc8769l.patch @@ -61,7 +61,7 @@ build() { package_lirc() { pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel" - depends=('lirc-utils' 'linux>=3.1' 'linux<3.2') + depends=('lirc-utils' 'linux-libre>=3.1' 'linux-libre<3.2') replaces=('lirc+pctv') install=lirc.install |