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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 29 11:17:33 UTC 2011


    Date: Saturday, October 29, 2011 @ 07:17:33
  Author: andyrtr
Revision: 141332

upgpkg: tzdata 2011m-1

upstream update 2011m

Modified:
  tzdata/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-29 10:54:01 UTC (rev 141331)
+++ PKGBUILD	2011-10-29 11:17:33 UTC (rev 141332)
@@ -2,10 +2,10 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=tzdata
-pkgver=2011k
+pkgver=2011m
 pkgrel=1
 _tzcode=2011i
-_tzdata=2011k
+_tzdata=2011m
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('i686' 'x86_64')
 url="http://www.twinsun.com/tz/tz-link.htm"
@@ -15,14 +15,12 @@
 optdepends=('bash: required by tzselect')
 options=('!emptydirs')
 source=(ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode}.tar.gz \
-        ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
+	ftp://munnari.oz.au/pub/${pkgname}${_tzdata}.tar.gz
+        #ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
         Makefile.patch)
 md5sums=('cf7f4335b7c8682899fa2814e711c1b2'
-         '9da1c2d4d1a01f9f504b73ccd371830f'
+         '6dc4455b62c951dcf367a239ca249e69'
          'a64ed97d1fc03c66ee8612c0d9f40507')
-sha1sums=('4f58cede47df8bba55b37982d8b38cd65266d412'
-          '56f0847a10eaea672be19984b4b403e29631c98b'
-          'e8890681333949977ccff0b7a429ad25ed78dbcf')
 
 build() {
   cd ${srcdir}
@@ -37,7 +35,7 @@
 
 check() {
   cd ${srcdir}
-  make check
+  make -k check
 }
 
 package() {




More information about the arch-commits mailing list