From 2891aec965f66eed1052eb6b039fac12fc73f30f Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:17:44 +0100 Subject: [PATCH] apk-tools: rebuild against OpenSSL --- srcpkgs/apk-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apk-tools/template b/srcpkgs/apk-tools/template index 633ac417326..26bcb662e9f 100644 --- a/srcpkgs/apk-tools/template +++ b/srcpkgs/apk-tools/template @@ -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 " license="GPL-2.0-only"