From 83ee0c58cb57e23bf771ab52793251bd513c82fb Mon Sep 17 00:00:00 2001 From: gt7-void Date: Sat, 20 Jun 2020 23:02:29 -0300 Subject: [PATCH] autoconf: fix empty manpages Need help2man as a hostmakedepends to build those --- srcpkgs/autoconf/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/autoconf/template b/srcpkgs/autoconf/template index 46d14a1d23a..a7aecf1359e 100644 --- a/srcpkgs/autoconf/template +++ b/srcpkgs/autoconf/template @@ -1,10 +1,10 @@ # Template file for 'autoconf' pkgname=autoconf version=2.69 -revision=7 +revision=8 archs=noarch build_style=gnu-configure -hostmakedepends="perl m4" +hostmakedepends="perl m4 help2man" depends="virtual?awk m4 perl" short_desc="Generates automatic source code configuration scripts" maintainer="Enno Boland "