From 17f15ae10897b28a172a448e879f24067e26b2c3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 8 May 2014 18:28:35 +0200 Subject: [PATCH] whois: update to 5.1.2. --- srcpkgs/whois/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/whois/template b/srcpkgs/whois/template index f63717969f0..885396e972c 100644 --- a/srcpkgs/whois/template +++ b/srcpkgs/whois/template @@ -1,15 +1,15 @@ # Template file for 'whois' pkgname=whois -version=5.1.1 +version=5.1.2 revision=1 hostmakedepends="perl" makedepends="libidn-devel" short_desc="An improved whois client" -maintainer="davehome " +maintainer="Juan RP " homepage="http://www.linux.it/~md/software" license="GPL-2" distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz" -checksum=69fb4c3d964603967d18b931c2275e678eed5c33af0a74c41198e1b46a520644 +checksum=021f76910e772fa569e299210b36e2eeb20b56dc9ca29edb7e83a21b560a5403 do_build() { # This is needed to set CFLAGS properly @@ -19,5 +19,4 @@ do_build() { do_install() { make prefix=/usr BASEDIR=${DESTDIR} install-whois vinstall COPYING 644 usr/share/licenses/${pkgname} - }