diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-28 02:20:47 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-28 02:20:47 -0300 |
commit | 2c31a61e5387440214e06448393a1701254ac03a (patch) | |
tree | 1d52262ab79d8b671393f307d78f6767410502b7 | |
parent | 74d7a8f5dc78fced40337dc9bf4151a32279e3f6 (diff) | |
download | abslibre-2c31a61e5387440214e06448393a1701254ac03a.tar.gz abslibre-2c31a61e5387440214e06448393a1701254ac03a.tar.bz2 abslibre-2c31a61e5387440214e06448393a1701254ac03a.zip |
acpi_call-parabola: add lts version
-rw-r--r-- | libre/acpi_call-parabola/PKGBUILD | 10 |
1 files 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 <lukeshu@sbcglobal.net> # Contributor: Márcio Silva <coadde@parabola.nu> +_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') |