From 2c31a61e5387440214e06448393a1701254ac03a Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 28 Aug 2014 02:20:47 -0300 Subject: acpi_call-parabola: add lts version --- libre/acpi_call-parabola/PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libre/acpi_call-parabola/PKGBUILD b/libre/acpi_call-parabola/PKGBUILD index e211d9ada..96d746146 100644 --- a/libre/acpi_call-parabola/PKGBUILD +++ b/libre/acpi_call-parabola/PKGBUILD @@ -6,13 +6,19 @@ # Contributor: Luke Shumaker # Contributor: Márcio Silva +_kernelname= _basekernel=3.16 -_kernelname= # libre/linux-libre{,-lts} +_pkgrel=11.3 + +if [[ ${_kernelname} == -lts ]]; then + _basekernel=3.14 + _pkgrel=7 +fi _pkgname=acpi_call pkgname=${_pkgname}${_kernelname}-parabola pkgver=1.1.0 -pkgrel=11.3 # linux-libre=11.3 | linux-libre-lts=7 +pkgrel=${_pkgrel} _extramodules=extramodules-${_basekernel}${_kernelname} pkgdesc="A linux kernel module that enables calls to ACPI methods through /proc/acpi/call (built for the linux-libre${_kernelname} kernel package)" arch=('i686' 'x86_64' 'mips64el') -- cgit v1.2.3