From f2cfcf608521961600f42628fcc2363bd47b4b9e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 25 Apr 2015 19:09:01 +0200 Subject: [PATCH] tzdata: update to 2015d --- srcpkgs/tzdata/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/tzdata/template b/srcpkgs/tzdata/template index f182bfe1396..380d8229840 100644 --- a/srcpkgs/tzdata/template +++ b/srcpkgs/tzdata/template @@ -1,8 +1,8 @@ -# Template build file for 'tzdata'. +# Template file for 'tzdata' pkgname=tzdata wrksrc=${pkgname} create_wrksrc=yes -version=2015c +version=2015d revision=1 noarch=yes hostmakedepends="tzutils" @@ -11,7 +11,7 @@ short_desc="Time zone and daylight-saving time data" maintainer="Juan RP " license="GPL-2" distfiles="http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz" -checksum=860fac5f5f57f7a2dfc1ba682dbd1f5c0f0b597f761571277b6ed6561e22365a +checksum=8b9f5008277f09e251e97dba7813f56168d691115bda90ade4638d72f296d531 do_install() { local timezones="africa antarctica asia australasia europe northamerica \ @@ -19,10 +19,8 @@ do_install() { zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo ${timezones} zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo/posix ${timezones} - - # generate leapseconds file - awk -f leapseconds.awk leap-seconds.list > leapseconds && echo "leapseconds file generated" zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo/right -L leapseconds ${timezones} + zic -y ./yearistype -d ${DESTDIR}/usr/share/zoneinfo -p America/New_York - install -m444 -t ${DESTDIR}/usr/share/zoneinfo iso3166.tab zone.tab + install -m444 -t ${DESTDIR}/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab }