From 16cf4162c0624f44c73daa59915163cadd4d480c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 23 Aug 2020 23:53:57 +0200 Subject: [PATCH] whois: update to 5.5.6. --- srcpkgs/whois/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/whois/template b/srcpkgs/whois/template index 97351bd2731..b159ad0b96b 100644 --- a/srcpkgs/whois/template +++ b/srcpkgs/whois/template @@ -1,7 +1,7 @@ # Template file for 'whois' pkgname=whois version=5.5.6 -revision=1 +revision=2 wrksrc=whois hostmakedepends="perl pkg-config gettext" makedepends="libidn2-devel" @@ -18,7 +18,7 @@ alternatives=" whois:whois.1:/usr/share/man/man1/gwhois.1" do_build() { - make CC=$CC prefix=/usr HAVE_ICONV=1 + make CC=$CC prefix=/usr HAVE_ICONV=1 CONFIG_FILE=/etc/whois.conf } do_install() {