diff options
Diffstat (limited to 'core/tzdata')
-rw-r--r-- | core/tzdata/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/tzdata/PKGBUILD b/core/tzdata/PKGBUILD index 54108609a..eb0fe0949 100644 --- a/core/tzdata/PKGBUILD +++ b/core/tzdata/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 141939 2011-11-03 11:23:47Z andyrtr $ +# $Id: PKGBUILD 151481 2012-02-26 16:59:16Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=tzdata @@ -8,15 +8,14 @@ _tzcode=2011i _tzdata=2011n pkgdesc="Sources for time zone and daylight saving time data" arch=('i686' 'x86_64') -url="http://www.twinsun.com/tz/tz-link.htm" +url="hhttp://www.iana.org/time-zones" license=('GPL') depends=() makedepends=() optdepends=('bash: required by tzselect') options=('!emptydirs') -source=(ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode}.tar.gz \ - ftp://munnari.oz.au/pub/${pkgname}${_tzdata}.tar.gz - #ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \ +source=(http://www.iana.org/time-zones/repository/releases/tzcode${_tzcode}.tar.gz + http://www.iana.org/time-zones/repository/releases/${pkgname}${_tzdata}.tar.gz Makefile.patch) md5sums=('cf7f4335b7c8682899fa2814e711c1b2' '20dbfb28efa008ddbf6dd34601ea40fa' |