From 154e37006c1df9e34f4e8b70bcbc8ad9527c71d8 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 24 Mar 2016 06:44:23 +0100 Subject: [PATCH] tzutils: update to 2016c. --- srcpkgs/tzutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 35bf8951853..b191ee906db 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,6 +1,6 @@ # Template file for 'tzutils' pkgname=tzutils -version=2016b +version=2016c revision=1 wrksrc="tz-${version}" homepage="http://www.iana.org/time-zones" @@ -8,7 +8,7 @@ short_desc="Time zone and daylight-saving time utilities" maintainer="Juan RP " license="GPL-2" distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz" -checksum=6deee86e81d5c8dcadcc59d8d2d91c0cb773ab7e16c51c305008b4723f884491 +checksum=fc42d4e5e5996286cda7fab87409dffdbd80a186e057c47149bb70d2b0600628 do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"