aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-fun/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-fun/APKBUILD')
-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"