aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-fun
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-03-30 08:02:03 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-30 08:02:03 +0000
commit9cc95288a9afd80e37d837ab5006db7d52bf3ac3 (patch)
treee90ca4e5628262a44a13db15ea97049281ae6443 /community/lua-fun
parent984d441431efaa83c60bad5ff6da94be720a19ee (diff)
downloadaports-9cc95288a9afd80e37d837ab5006db7d52bf3ac3.tar.bz2
aports-9cc95288a9afd80e37d837ab5006db7d52bf3ac3.tar.xz
community/lua-fun: don't attempt to install luajit
Diffstat (limited to 'community/lua-fun')
-rw-r--r--community/lua-fun/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-fun/APKBUILD b/community/lua-fun/APKBUILD
index 826cc6c45c..e5fea9b14b 100644
--- a/community/lua-fun/APKBUILD
+++ b/community/lua-fun/APKBUILD
@@ -3,14 +3,14 @@
pkgname=lua-fun
_pkgname=luafun
pkgver=0.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="Functional programming library"
url="http://rtsisyk.github.io/luafun/"
arch="noarch"
license="MIT"
depends=""
makedepends=""
-checkdepends="luajit"
+[ "$CARCH" == "s390x" ] && [ "$CARCH" == "ppc64le" ] && checkdepends="" || checkdepends="luajit"
source="$pkgname-$pkgver.tar.gz::https://github.com/rtsisyk/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"