From ca1580591233e10f18ccd5ef69432c47674dd14f Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 13 Mar 2016 07:48:48 +0100 Subject: [PATCH] tzutils: update to 2016b. --- srcpkgs/tzutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 216852a79ce..35bf8951853 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,6 +1,6 @@ # Template file for 'tzutils' pkgname=tzutils -version=2016a +version=2016b 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=34091af08f39df609b75fbdbdf25904ce32963e4eb9b4cf9b928316587aff802 +checksum=6deee86e81d5c8dcadcc59d8d2d91c0cb773ab7e16c51c305008b4723f884491 do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"