diff options
Diffstat (limited to 'community/lua-turbo')
-rw-r--r-- | community/lua-turbo/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-turbo/APKBUILD b/community/lua-turbo/APKBUILD index 9fe86ad399..c119eb7fdc 100644 --- a/community/lua-turbo/APKBUILD +++ b/community/lua-turbo/APKBUILD @@ -4,14 +4,14 @@ pkgname=lua-turbo _jitver=2.1.0_beta3 pkgver=2.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="a framework built for LuaJIT 2 and Linux" url="http://www.turbolua.org/" # luajit is not available for disabled arches arch="all !s390x" license="Apache-2.0" depends="luajit ca-certificates lua5.1-cjson" -makedepends="libressl-dev util-linux" +makedepends="openssl-dev util-linux" # bundled tests dont work options="!check" install="" |