summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2018-01-30 20:25:50 -0500
committerXavierCLL2018-01-30 20:25:50 -0500
commit22399fee182f562f121e7df796fbff94f396f098 (patch)
treee4ff5eb2c467b1330c6e63e6548877f419fc11de
parentabde8b3cd6635874e94ed0e876e9f36d88ae6650 (diff)
downloadaur-22399fee182f562f121e7df796fbff94f396f098.tar.gz
Updated version to 1.16
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b534a68b7326..9357225819cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,20 @@
-# Generated by mksrcinfo v8
-# Mon Jul 18 23:08:00 UTC 2016
pkgbase = hdf-eos5
pkgdesc = The HDF-EOS5 is a software library designed built on HDF5 to support the same Grid/Point/Swath functionality in HDF-EOS 2 and to the extent possible it will be built with the same calling sequences as the original HDF-EOS 2 library.
- pkgver = 1.15
- pkgrel = 4
+ pkgver = 1.16
+ pkgrel = 1
url = http://www.hdfeos.org/software/library.php
arch = i686
arch = x86_64
license = GPL
- depends = szip
+ depends = libaec
depends = hdf5_18
depends = gdal
depends = hdf-eos-common
options = libtool
options = staticlibs
- source = ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5.1.15.tar.Z
+ source = ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5.1.16.tar.Z
source = patches.tar.gz
- md5sums = 5d607a13dd42e559bfc90e278a8ec919
+ md5sums = c4a3286f38a2faafc840017af4bd39d6
md5sums = 0d0285e6f81f24a961adf9d9f84973ce
pkgname = hdf-eos5
diff --git a/PKGBUILD b/PKGBUILD
index 036a34f9d0c1..61d31c083c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: richli
pkgname=hdf-eos5
-pkgver=1.15
-pkgrel=4
+pkgver=1.16
+pkgrel=1
pkgdesc="The HDF-EOS5 is a software library designed built on HDF5 to support the same Grid/Point/Swath functionality in HDF-EOS 2 and to the extent possible it will be built with the same calling sequences as the original HDF-EOS 2 library."
url="http://www.hdfeos.org/software/library.php"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('szip' 'hdf5_18' 'gdal' 'hdf-eos-common')
+depends=('libaec' 'hdf5_18' 'gdal' 'hdf-eos-common')
options=('libtool' 'staticlibs')
source=(ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5.$pkgver.tar.Z 'patches.tar.gz')
-md5sums=('5d607a13dd42e559bfc90e278a8ec919'
+md5sums=('c4a3286f38a2faafc840017af4bd39d6'
'0d0285e6f81f24a961adf9d9f84973ce')
prepare() {