summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorggranga2016-06-10 11:06:52 +0200
committerggranga2016-06-10 11:06:52 +0200
commit9a6a1a450e8d4c03faf5275b1a37991582aeaf9c (patch)
treee60761e44ad4e17e5e35475a4f3560c637f7a158 /PKGBUILD
parent666b945875ddb097c5e37a78750549b68a1416f7 (diff)
downloadaur-9a6a1a450e8d4c03faf5275b1a37991582aeaf9c.tar.gz
Update to release 2.1.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d8197f4fe9d..0fe7aa0774ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
-# $Id: PKGBUILD 176107 2016-05-22 19:21:41Z jlichtblau $
+# $Id: PKGBUILD 178059 2016-06-06 21:17:57Z arojas $
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
+#delete obsolete .patch file from svn
+
pkgname=gdal-hdf4
_pkgname=gdal
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A translator library for raster geospatial data formats, with support to HDF4 format (required to use MODIStsp tool: http://github.com/lbusett/MODIStsp)"
arch=('i686' 'x86_64')
url="http://www.gdal.org/"
license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 'libspatialite' 'libtiff' 'netcdf'
- 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs' 'hdf4-nonetcdf')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 'libspatialite' 'libtiff' 'netcdf' 'hdf4-nonetcdf'
+ 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
makedepends=('perl' 'swig' 'chrpath' 'doxygen')
optdepends=('postgresql: postgresql database support'
'mariadb: mariadb database support'