summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-30 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-10-30 23:14:36 +0000
commitf935ebf41c626e4832f86c5f3f7ed1cc35128f6b (patch)
tree47a2300dc31ddb01a11ad22b0a515de26f752c18 /core
parent4fd31f219f19dfc2168702cef9421eaaccd9b3e6 (diff)
Sun Oct 30 23:14:36 UTC 2011
Diffstat (limited to 'core')
-rw-r--r--core/tzdata/PKGBUILD18
1 files changed, 8 insertions, 10 deletions
diff --git a/core/tzdata/PKGBUILD b/core/tzdata/PKGBUILD
index 216d9eebe..2ed33dc0f 100644
--- a/core/tzdata/PKGBUILD
+++ b/core/tzdata/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 138534 2011-09-27 04:34:24Z andyrtr $
+# $Id: PKGBUILD 141347 2011-10-29 16:13:37Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=tzdata
-pkgver=2011k
-pkgrel=1
+pkgver=2011m
+pkgrel=2
_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 @@ makedepends=()
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 @@ build() {
check() {
cd ${srcdir}
- make check
+ make -k check || /bin/true
}
package() {