summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-01-31 20:31:07 +0100
committerMichel Zou2018-01-31 20:31:07 +0100
commit5d96c6456d24b70b7383a6b99989ed57309574d2 (patch)
treec068ef2f90397959666e134555ce54af8d4ff24b
parent7ed9b12dcaaea7368587953cbb2740a706e24e89 (diff)
downloadaur-5d96c6456d24b70b7383a6b99989ed57309574d2.tar.gz
no ftp
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d78ae186711d..d331f038ac69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jun 13 18:15:17 UTC 2017
+# Wed Jan 31 19:31:07 UTC 2018
pkgbase = mingw-w64-netcdf-cxx-legacy
pkgdesc = Backward compatible netCDF C++ library (mingw-w64)
pkgver = 4.2
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-netcdf-cxx-legacy
options = staticlibs
options = !buildflags
options = !strip
- source = ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-cxx-4.2.tar.gz
- md5sums = d32b20c00f144ae6565d9e98d9f6204c
+ source = http://www.gfd-dennou.org/arch/netcdf/unidata-mirror/netcdf-cxx-4.2.tar.gz
+ sha256sums = 95ed6ab49a0ee001255eac4e44aacb5ca4ea96ba850c08337a3e4c9a0872ccd1
pkgname = mingw-w64-netcdf-cxx-legacy
diff --git a/PKGBUILD b/PKGBUILD
index 3a526f0971ce..2ba35de7afc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ depends=('mingw-w64-netcdf')
makedepends=('mingw-w64-configure')
options=('staticlibs' '!buildflags' '!strip')
license=('GPL')
-source=("ftp://ftp.unidata.ucar.edu/pub/netcdf/${spkgname}-${pkgver}.tar.gz")
-md5sums=('d32b20c00f144ae6565d9e98d9f6204c')
+source=("http://www.gfd-dennou.org/arch/netcdf/unidata-mirror/netcdf-cxx-${pkgver}.tar.gz")
+sha256sums=('95ed6ab49a0ee001255eac4e44aacb5ca4ea96ba850c08337a3e4c9a0872ccd1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"