diff --git a/srcpkgs/pinfo/template b/srcpkgs/pinfo/template index 39b8cd05f13..a3e00eaaa1f 100644 --- a/srcpkgs/pinfo/template +++ b/srcpkgs/pinfo/template @@ -1,19 +1,18 @@ # Template file for 'pinfo' pkgname=pinfo version=0.6.13 -revision=1 +revision=2 build_style=gnu-configure configure_args="CFLAGS=-Wno-error" -hostmakedepends="autoconf automake" -makedepends="ncurses-devel gettext-devel" +hostmakedepends="automake gettext-devel" +makedepends="ncurses-devel" short_desc="Lynx-style info and man reader" maintainer="Orphaned " license="GPL-2.0-only" homepage="https://github.com/baszoetekouw/pinfo" distfiles="https://github.com/baszoetekouw/pinfo/archive/v${version}.tar.gz" checksum=9dc5e848a7a86cb665a885bc5f0fdf6d09ad60e814d75e78019ae3accb42c217 -nocross="https://travis-ci.org/void-linux/void-packages/jobs/458567778#L995" pre_configure() { - ./autogen.sh + autoreconf -fi }