From b86315bd8d4952fec5d00c75a26cc545b4faa58e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 7 Jul 2016 12:20:35 +0200 Subject: [PATCH] tzutils: update to 2016f tz code and data are in the Public Domain. --- srcpkgs/tzutils/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 9a28f07353..bdf8a4f0c5 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,14 +1,14 @@ # Template file for 'tzutils' pkgname=tzutils -version=2016e +version=2016f 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="GPL-2" +license="Public Domain" distfiles="https://github.com/eggert/tz/archive/${version}.tar.gz" -checksum=a09d408e39778d8888ed4b519da7ce9a812ad0d2aebafaeb16103ab4ede84ceb +checksum=42cb91638e734654e3f668ebe78ccff7bffdb754bd4100cb18912d55e5a7d31b do_build() { make TZDIR=/usr/share/zoneinfo CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"