diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-07 03:09:25 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-07 03:09:25 +0000 |
commit | bd65dc7107bfdd881c3b5451d0300824cf435428 (patch) | |
tree | e3a556d41162da07c82e31daa6fc22af18719e63 /core/tzdata/PKGBUILD | |
parent | 415856bdd4f48ab4f2732996f0bae58595092bbe (diff) |
Thu Apr 7 03:09:43 UTC 2011
Diffstat (limited to 'core/tzdata/PKGBUILD')
-rw-r--r-- | core/tzdata/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/tzdata/PKGBUILD b/core/tzdata/PKGBUILD index 2815732c9..631c3f3b5 100644 --- a/core/tzdata/PKGBUILD +++ b/core/tzdata/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 114729 2011-03-15 19:46:03Z andyrtr $ +# $Id: PKGBUILD 117841 2011-04-04 18:27:28Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=tzdata -pkgver=2011d +pkgver=2011e pkgrel=1 -_tzcode=2011d -_tzdata=2011d +_tzcode=2011e +_tzdata=2011e pkgdesc="Sources for time zone and daylight saving time data" arch=('i686' 'x86_64') url="http://www.twinsun.com/tz/tz-link.htm" @@ -17,8 +17,8 @@ options=('!emptydirs') source=(ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode}.tar.gz \ ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \ Makefile.patch) -md5sums=('95095242ee368e6a7e107f154590ac11' - '03c5793502b7c41985edd73146bf7e36' +md5sums=('fbfc05dbf9ebcfe7c4bba18549870173' + '044a07072300a0ee72b046e5a9a4ec90' 'a64ed97d1fc03c66ee8612c0d9f40507') build() { |