summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2018-01-30 20:37:46 -0500
committerXavierCLL2018-01-30 20:37:46 -0500
commitf4bf284041addf93eb4a2c31d11044b3d2cb3d2e (patch)
tree1eb82efa645b4fc0696d2ffe4d6f1e797bff3249
parentb8c81d386f300dd5aafdebcf4c4d499fa92eb64a (diff)
downloadaur-f4bf284041addf93eb4a2c31d11044b3d2cb3d2e.tar.gz
fix deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df1aa3c2c485..8c5badd91f7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = hdf-eos-common
arch = i686
arch = x86_64
license = GPL
- depends = szip
+ depends = libaec
depends = hdf5-cpp-fortran
depends = hdf4-nonetcdf
depends = gdal
diff --git a/PKGBUILD b/PKGBUILD
index 205f6afbe66e..073ec691ff6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Common headers files for HDF-EOS2 and HDF-EOS5"
url="http://www.hdfeos.org/software/library.php"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('szip' 'hdf5-cpp-fortran' 'hdf4-nonetcdf' 'gdal')
+depends=('libaec' 'hdf5-cpp-fortran' 'hdf4-nonetcdf' 'gdal')
source=(ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5.$pkgver.tar.Z)
md5sums=('c4a3286f38a2faafc840017af4bd39d6')