summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2018-08-21 00:21:00 -0500
committerXavierCLL2018-08-21 00:21:00 -0500
commit42c26b35486c5b78efd07629d2d26bf2d7cecdf1 (patch)
tree5c180ecc644ea924267edfbc8fd12c978562a41d
parentf4bf284041addf93eb4a2c31d11044b3d2cb3d2e (diff)
downloadaur-42c26b35486c5b78efd07629d2d26bf2d7cecdf1.tar.gz
Fixes
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c5badd91f7e..bca2d1fa9443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = hdf-eos-common
pkgdesc = Common headers files for HDF-EOS2 and HDF-EOS5
pkgver = 1.16
- pkgrel = 1
+ pkgrel = 2
url = http://www.hdfeos.org/software/library.php
arch = i686
arch = x86_64
license = GPL
depends = libaec
- depends = hdf5-cpp-fortran
- depends = hdf4-nonetcdf
+ depends = hdf5
+ depends = hdf4
depends = gdal
+ depends = proj
source = ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5.1.16.tar.Z
md5sums = c4a3286f38a2faafc840017af4bd39d6
diff --git a/PKGBUILD b/PKGBUILD
index 073ec691ff6b..c5da6a8e3af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=hdf-eos-common
pkgver=1.16
-pkgrel=1
+pkgrel=2
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=('libaec' 'hdf5-cpp-fortran' 'hdf4-nonetcdf' 'gdal')
+depends=('libaec' 'hdf5' 'hdf4' 'gdal' 'proj')
source=(ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5.$pkgver.tar.Z)
md5sums=('c4a3286f38a2faafc840017af4bd39d6')
package() {
cd $srcdir/hdfeos5
install -d -m755 $pkgdir/usr/include
- mv include/{cfortHdf.h,cproj.h,ease.h,isin.h,proj.h} $pkgdir/usr/include/
+ mv include/{cfortHdf.h,cproj.h,ease.h,isin.h} $pkgdir/usr/include/
mv gctp/include/{bcea.h,cproj_prototypes.h,gctp_prototypes.h} $pkgdir/usr/include/
}