From 9cdc8bdf868cf81f6db387911248cd743ba33df7 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 2 May 2018 15:40:08 -0300 Subject: [PATCH] tzutils: update to 2018e. --- srcpkgs/tzutils/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index f73c9780a6c..48518b86563 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,18 +1,19 @@ # Template file for 'tzutils' pkgname=tzutils -version=2018d +version=2018e revision=1 wrksrc="tz-${version}" -homepage="http://www.iana.org/time-zones" short_desc="Time zone and daylight-saving time utilities" maintainer="Juan RP " license="Public Domain" +homepage="https://www.iana.org/time-zones" distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz" -checksum=1880517b04fe256d0f80ffc5778f9e68ff3b8f58a292bec9f5e1d373b957da16 +checksum=553c4976e274eaee02d0c29a98c48f1556dbc1dd113051778c90cb6ddef42338 do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" } + do_install() { vbin zic vbin zdump