apk-tools: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:17:44 +01:00
parent e7f03abb42
commit 2891aec965

View file

@ -1,12 +1,12 @@
# Template file for 'apk-tools'
pkgname=apk-tools
version=2.12.3
revision=1
revision=2
build_style=gnu-makefile
# Link libapk statically
make_build_args="LUAAPK=no LDFLAGS_apk.static= static"
hostmakedepends="pkg-config lua53 lua53-zlib"
makedepends="libressl-devel zlib-devel"
makedepends="openssl-devel zlib-devel"
short_desc="Alpine Package Keeper (Alpine package manager)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"