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 9652da0db..d1c9a46e6 100644 --- a/libre/acpi_call-libre/PKGBUILD +++ b/libre/acpi_call-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 112886 2014-06-09 12:13:38Z foutrelis $ +# $Id: PKGBUILD 113271 2014-06-17 07:57:09Z tpowa $ # Maintainer (Arch): Maxime Gauduin <alucryd@gmail.com> # Contributor (Arch): mortzu <me@mortzu.de> # Contributor (Arch): fnord0 <fnord0@riseup.net> @@ -7,14 +7,14 @@ _pkgname=acpi_call pkgname=acpi_call-libre pkgver=1.1.0 -pkgrel=5 -_extramodules=extramodules-3.14-LIBRE +pkgrel=7 +_extramodules=extramodules-3.15-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.14' 'linux-libre<3.15') -makedepends=('linux-libre-headers>=3.14' 'linux-libre-headers<3.15') +depends=('linux-libre>=3.15' 'linux-libre<3.16') +makedepends=('linux-libre-headers>=3.15' 'linux-libre-headers<3.16') replaces=("${_pkgname}") conflicts=("${_pkgname}") provides=("${_pkgname}=${pkgver}") |