diff options
Diffstat (limited to 'libre/acpi_call-libre/PKGBUILD')
-rw-r--r-- | libre/acpi_call-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/acpi_call-libre/PKGBUILD b/libre/acpi_call-libre/PKGBUILD index 968d6eead..95967339f 100644 --- a/libre/acpi_call-libre/PKGBUILD +++ b/libre/acpi_call-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104849 2014-01-27 15:16:44Z alucryd $ +# $Id: PKGBUILD 108706 2014-04-01 22:24:11Z thomas $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: mortzu <me@mortzu.de> # Contributor: fnord0 <fnord0@riseup.net> @@ -7,14 +7,14 @@ _pkgname=acpi_call pkgname=acpi_call-libre pkgver=1.1.0 -pkgrel=2 -_extramodules=extramodules-3.13-LIBRE +pkgrel=3 +_extramodules=extramodules-3.14-LIBRE pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call (built for the linux-libre kernel package)' arch=('i686' 'x86_64') url="http://github.com/mkottman/${_pkgname}" license=('GPL') -depends=('linux-libre>=3.13' 'linux-libre<3.14') -makedepends=('linux-libre-headers>=3.13' 'linux-libre-headers<3.14') +depends=('linux-libre>=3.14' 'linux-libre<3.15') +makedepends=('linux-libre-headers>=3.14' 'linux-libre-headers<3.15') replaces="${_pkgname}" conflicts="${_pkgname}" provides="${_pkgname}=${pkgver}" |