From d37c1a113792ca7102b8cf25fe17a7f4477be017 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 7 Jan 2020 09:05:23 +0000 Subject: community/lua-turbo: add missing ca-certificates --- community/lua-turbo/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/lua-turbo/APKBUILD') 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" -- cgit v1.2.3