aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-turbo/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2020-01-07 09:05:23 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2020-01-07 09:08:36 +0000
commitd37c1a113792ca7102b8cf25fe17a7f4477be017 (patch)
tree5f6861a3304f89af15d67819418c83ec7bc94ecb /community/lua-turbo/APKBUILD
parent4240a901146b27d9201ce07fd9830f3755c2b446 (diff)
downloadaports-d37c1a113792ca7102b8cf25fe17a7f4477be017.tar.bz2
aports-d37c1a113792ca7102b8cf25fe17a7f4477be017.tar.xz
community/lua-turbo: add missing ca-certificates
Diffstat (limited to 'community/lua-turbo/APKBUILD')
-rw-r--r--community/lua-turbo/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-turbo/APKBUILD b/community/lua-turbo/APKBUILD
index cb3961c002..92031440fd 100644
--- a/community/lua-turbo/APKBUILD
+++ b/community/lua-turbo/APKBUILD
@@ -4,13 +4,13 @@
pkgname=lua-turbo
_jitver=2.1.0_beta3
pkgver=2.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="a framework built for LuaJIT 2 and Linux"
url="https://github.com/kernelsauce/turbo"
# luajit is not available for disabled arches
arch="all !s390x"
license="Apache-2.0"
-depends="luajit lua5.1-cjson"
+depends="luajit lua5.1-cjson ca-certificates"
subpackages="$pkgname-openrc"
# https://github.com/kernelsauce/turbo/issues/343 (libressl-dev)
makedepends="libressl-dev"