[arch-commits] Commit in tzdata/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 26 16:58:16 UTC 2012


    Date: Sunday, February 26, 2012 @ 11:58:16
  Author: andyrtr
Revision: 151479

fix download url

Modified:
  tzdata/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 16:57:07 UTC (rev 151478)
+++ PKGBUILD	2012-02-26 16:58:16 UTC (rev 151479)
@@ -8,15 +8,14 @@
 _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'




More information about the arch-commits mailing list