summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-25 05:38:08 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-25 05:38:08 -0300
commitd6095e8fbbb9f2da15e2e35689bbd0298665affd (patch)
tree907de9f8942017c1a72229bb95351a38cb397a89 /libre
parent82c9bb005723b14973b5b41fe788aeb3df1692ba (diff)
lirc-parabola: fix kernel variables
Diffstat (limited to 'libre')
-rw-r--r--libre/lirc-parabola/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/libre/lirc-parabola/PKGBUILD b/libre/lirc-parabola/PKGBUILD
index 5208acab7..3ddc11a36 100644
--- a/libre/lirc-parabola/PKGBUILD
+++ b/libre/lirc-parabola/PKGBUILD
@@ -4,6 +4,10 @@
# Contributor: Luke Shumaker <lukeshu@sbcglobal.net>
# Contributor: Márcio Silva <coadde@parabola.nu>
+
+_basekernel=3.16
+_kernelname=
+
_pkgname=lirc-parabola${_kernelname}
pkgbase=$_pkgname
pkgname=("$_pkgname" lirc-utils-parabola)
@@ -11,8 +15,6 @@ _pkgver=0.9.1a
[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || pkgver="$_pkgver"
pkgrel=3.2
epoch=1
-_basekernel=3.16
-_kernelname=
_extramodules=extramodules-${_basekernel}${_kernelname}
arch=('i686' 'x86_64' 'mips64el')
url="http://www.lirc.org/"