summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2018-08-21 00:21:00 -0500
committerXavierCLL2018-08-21 00:21:00 -0500
commit42c26b35486c5b78efd07629d2d26bf2d7cecdf1 (patch)
tree5c180ecc644ea924267edfbc8fd12c978562a41d /PKGBUILD
parentf4bf284041addf93eb4a2c31d11044b3d2cb3d2e (diff)
downloadaur-42c26b35486c5b78efd07629d2d26bf2d7cecdf1.tar.gz
Fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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/
}