From dc3e37ff94fe7886dd86f7ad8871e984e197a53a Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:21 +0100 Subject: [PATCH] monolith: rebuild against OpenSSL --- srcpkgs/monolith/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/monolith/template b/srcpkgs/monolith/template index 64619618d91..b83fc229ffa 100644 --- a/srcpkgs/monolith/template +++ b/srcpkgs/monolith/template @@ -1,10 +1,10 @@ # Template file for 'monolith' pkgname=monolith version=2.4.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" -makedepends="libressl-devel" +makedepends="openssl-devel" short_desc="Save HTML pages with ease " maintainer="Benjamín Albiñana " license="Unlicense"