summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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/
}