[arch-commits] Commit in lirc/trunk (PKGBUILD lirc.install)
Tobias Powalowski
tpowa at archlinux.org
Tue Dec 11 15:27:27 UTC 2012
Date: Tuesday, December 11, 2012 @ 10:27:27
Author: tpowa
Revision: 173143
upgpkg: lirc 1:0.9.0-35
bump to 3.7 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-12-11 15:17:44 UTC (rev 173142)
+++ PKGBUILD 2012-12-11 15:27:27 UTC (rev 173143)
@@ -4,14 +4,14 @@
pkgbase=lirc
pkgname=('lirc' 'lirc-utils')
pkgver=0.9.0
-pkgrel=34
+pkgrel=35
epoch=1
-_extramodules=extramodules-3.6-ARCH
+_extramodules=extramodules-3.7-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.6' 'linux-headers<3.7' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2')
+makedepends=('help2man' 'linux-headers>=3.7' 'linux-headers<3.8' '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.6' 'linux<3.7')
+ depends=('lirc-utils' 'linux>=3.7' 'linux<3.8')
replaces=('lirc+pctv')
install=lirc.install
Modified: lirc.install
===================================================================
--- lirc.install 2012-12-11 15:17:44 UTC (rev 173142)
+++ lirc.install 2012-12-11 15:27:27 UTC (rev 173143)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-3.6-ARCH
+EXTRAMODULES=extramodules-3.7-ARCH
post_install() {
# updating module dependencies
More information about the arch-commits
mailing list