summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dc9e85815eb..e600f1d6bb64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,10 +13,9 @@ pkgbase = hdf-eos5
depends = hdf-eos-common
options = libtool
options = staticlibs
- source = ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5.1.16.tar.Z
+ source = https://git.earthdata.nasa.gov/rest/git-lfs/storage/DAS/hdfeos5/7054de24b90b6d9533329ef8dc89912c5227c83fb447792103279364e13dd452?response-content-disposition=attachment%3B%20filename%3D%22HDF-EOS5.1.16.tar.Z%22%3B%20filename*%3Dutf-8%27%27HDF-EOS5.1.16.tar.Z
source = szip_cc.patch
- md5sums = c4a3286f38a2faafc840017af4bd39d6
- md5sums = f4bf627e4dedaae3f142ca05253743eb
+ sha256sums = 7054de24b90b6d9533329ef8dc89912c5227c83fb447792103279364e13dd452
+ sha256sums = 7d9d204090cb4b5faeaea6075a4d0103cbd79da3bc154466b2108a05627e2517
pkgname = hdf-eos5
-
diff --git a/PKGBUILD b/PKGBUILD
index 03343629efb2..c7942a2de8bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
+# Maintainer: Angel de Vicente <angel.vicente.garrido at gmail dot com>
+# Contributor: XavierCLL <xavier.corredor.llano (a) gmail.com>
# Contributor: richli
pkgname=hdf-eos5
@@ -10,10 +11,11 @@ license=('GPL')
arch=('i686' 'x86_64')
depends=('zlib' 'libaec' 'hdf5' 'gdal' 'hdf-eos-common')
options=('libtool' 'staticlibs')
-source=("ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5.$pkgver.tar.Z"
+source=("https://git.earthdata.nasa.gov/rest/git-lfs/storage/DAS/hdfeos5/7054de24b90b6d9533329ef8dc89912c5227c83fb447792103279364e13dd452?response-content-disposition=attachment%3B%20filename%3D%22HDF-EOS5.1.16.tar.Z%22%3B%20filename*%3Dutf-8%27%27HDF-EOS5.1.16.tar.Z"
"szip_cc.patch")
-md5sums=('c4a3286f38a2faafc840017af4bd39d6'
- 'f4bf627e4dedaae3f142ca05253743eb')
+sha256sums=('7054de24b90b6d9533329ef8dc89912c5227c83fb447792103279364e13dd452'
+ '7d9d204090cb4b5faeaea6075a4d0103cbd79da3bc154466b2108a05627e2517')
+
build() {
cd "hdfeos5"