tzdata: update to 2013c.

This commit is contained in:
Juan RP 2013-04-24 09:27:51 +02:00
parent 20b430dc63
commit 67b9ab5642

View file

@ -2,14 +2,14 @@
pkgname=tzdata pkgname=tzdata
wrksrc=${pkgname} wrksrc=${pkgname}
create_wrksrc=yes create_wrksrc=yes
version=2013b version=2013c
revision=1 revision=1
homepage="http://www.iana.org/time-zones" homepage="http://www.iana.org/time-zones"
short_desc="Time zone and daylight-saving time data" short_desc="Time zone and daylight-saving time data"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
distfiles="http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz" distfiles="http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz"
checksum=70d589d0e76a3749403d2bb404e9214c2520dda4c13e4b07b1b945ed2c64edb2 checksum=e597a7eb239155eb2247fd4788f7fa10bf21d6469961200a6ca202f19cc15c87
long_desc=" long_desc="
This package contains data required for the implementation of standard This package contains data required for the implementation of standard
local time for many representative locations around the globe. It is local time for many representative locations around the globe. It is
@ -31,6 +31,6 @@ do_install() {
tzdata_package() { tzdata_package() {
noarch="yes" noarch="yes"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }