diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-07-13 22:10:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-07-13 22:10:39 -0300 |
commit | 5f63995425ce1c1d14c369b5ec319db7358ffcf5 (patch) | |
tree | 1b9bfc232fc47bf817bac1b42004830de5858552 /libre/acpi_call-libre-lts | |
parent | 93134bf58ab3db82596ae33829e421a45e8600a8 (diff) | |
download | abslibre-5f63995425ce1c1d14c369b5ec319db7358ffcf5.tar.gz abslibre-5f63995425ce1c1d14c369b5ec319db7358ffcf5.tar.bz2 abslibre-5f63995425ce1c1d14c369b5ec319db7358ffcf5.zip |
rebuild packages against linux-libre-lts-3.14.12-1
Diffstat (limited to 'libre/acpi_call-libre-lts')
-rw-r--r-- | libre/acpi_call-libre-lts/PKGBUILD | 10 | ||||
-rw-r--r-- | libre/acpi_call-libre-lts/acpi_call.install | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libre/acpi_call-libre-lts/PKGBUILD b/libre/acpi_call-libre-lts/PKGBUILD index 70c4749c3..184c5dec1 100644 --- a/libre/acpi_call-libre-lts/PKGBUILD +++ b/libre/acpi_call-libre-lts/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 114722 2014-07-03 11:32:04Z bpiotrowski $ +# $Id: PKGBUILD 115349 2014-07-09 09:06:25Z fyan $ # 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-lts pkgname=acpi_call-libre-lts pkgver=1.1.0 -pkgrel=5 -_extramodules=extramodules-3.10-LIBRE-LTS +pkgrel=7 +_extramodules=extramodules-3.14-libre-lts pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call (built for the linux-libre-lts kernel package)' arch=('i686' 'x86_64') url="http://github.com/mkottman/${_pkgname%-*}" license=('GPL') -depends=('linux-libre-lts>=3.10.26') -makedepends=('linux-libre-lts-headers>=3.10.26') +depends=('linux-libre-lts>=3.14.11') +makedepends=('linux-libre-lts-headers>=3.14.11') replaces=("${_pkgname}") conflicts=("${_pkgname}") provides=("${_pkgname%-*}" "${_pkgname}=${pkgver}") diff --git a/libre/acpi_call-libre-lts/acpi_call.install b/libre/acpi_call-libre-lts/acpi_call.install index b0b89c675..890b0dfeb 100644 --- a/libre/acpi_call-libre-lts/acpi_call.install +++ b/libre/acpi_call-libre-lts/acpi_call.install @@ -1,5 +1,5 @@ post_install() { - _extramodules=extramodules-3.10-LIBRE-LTS + _extramodules=extramodules-3.14-libre-lts depmod $(cat /usr/lib/modules/${_extramodules}/version) } |