From 24769141abbb1936cd08dd40feff063e655baabf Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 26 Mar 2019 23:41:05 -0300 Subject: [PATCH] tzutils: update to 2019a. --- srcpkgs/tzutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 8863a22bca..adc75b6034 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,6 +1,6 @@ # Template file for 'tzutils' pkgname=tzutils -version=2018i +version=2019a revision=1 wrksrc="tz-${version}" short_desc="Time zone and daylight-saving time utilities" @@ -8,7 +8,7 @@ maintainer="Juan RP " license="Public Domain" homepage="https://www.iana.org/time-zones" distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz" -checksum=b5d41b1b7cd4a763cff858e5d01f2af884103e91c3cee0980e2dca8c4e16c923 +checksum=b8d449925e7883cbeb656fd660737cc5dcc7689f961b0b44c65d6644baf1a21a do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"