From 7c75b6b9ad7c417033d8657ea5bf603b195d428b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 18 Oct 2017 23:06:08 +0200 Subject: [PATCH] help2man: rebuild for perl fixing issue with armv7hf-musl builds ``` gettext.c: loadable library and perl binaries are mismatched (got handshake key 0x9300080, needed 0x9000080) ``` --- srcpkgs/help2man/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/help2man/template b/srcpkgs/help2man/template index 90a2a361839..4dd716973ac 100644 --- a/srcpkgs/help2man/template +++ b/srcpkgs/help2man/template @@ -1,7 +1,7 @@ # Template file for 'help2man' pkgname=help2man version=1.47.5 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure hostmakedepends="perl-Locale-gettext"