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"