diff options
author | root <root@rshg054.dnsready.net> | 2012-03-08 00:01:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-08 00:01:27 +0000 |
commit | 718c8e57ef26498cff228de3de92bf5c8a3f6343 (patch) | |
tree | bff46acd12c91eafe51a7feebb7f840e9834cc0e /core/tzdata/PKGBUILD | |
parent | 5a680f7689b01b4b7a0bfade1a6c1f659f8cbed4 (diff) |
Thu Mar 8 00:01:27 UTC 2012
Diffstat (limited to 'core/tzdata/PKGBUILD')
-rw-r--r-- | core/tzdata/PKGBUILD | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/core/tzdata/PKGBUILD b/core/tzdata/PKGBUILD index eb0fe0949..feac7ba64 100644 --- a/core/tzdata/PKGBUILD +++ b/core/tzdata/PKGBUILD @@ -1,24 +1,26 @@ -# $Id: PKGBUILD 151481 2012-02-26 16:59:16Z andyrtr $ +# $Id: PKGBUILD 152303 2012-03-06 15:04:33Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=tzdata -pkgver=2011n +pkgver=2012b pkgrel=1 -_tzcode=2011i -_tzdata=2011n +_tzcode=2012b +_tzdata=2012b pkgdesc="Sources for time zone and daylight saving time data" arch=('i686' 'x86_64') -url="hhttp://www.iana.org/time-zones" +url="http://www.iana.org/time-zones" license=('GPL') depends=() makedepends=() optdepends=('bash: required by tzselect') options=('!emptydirs') -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 +source=(#http://www.iana.org/time-zones/repository/releases/tzcode${_tzcode}.tar.gz + ftp://munnari.oz.au/pub/tzcode${_tzcode}.tar.gz + #http://www.iana.org/time-zones/repository/releases/${pkgname}${_tzdata}.tar.gz + ftp://munnari.oz.au/pub/${pkgname}${_tzdata}.tar.gz Makefile.patch) -md5sums=('cf7f4335b7c8682899fa2814e711c1b2' - '20dbfb28efa008ddbf6dd34601ea40fa' +md5sums=('6137322ffd36e1fd5128885be1c57008' + '0615fd29def380a917e528433c820368' 'a64ed97d1fc03c66ee8612c0d9f40507') build() { |