diff options
Diffstat (limited to 'community/gdal/PKGBUILD')
-rw-r--r-- | community/gdal/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index e28887768..32bf2ed50 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 87003 2013-03-25 19:16:43Z bpiotrowski $ +# $Id: PKGBUILD 90032 2013-05-06 19:37:11Z foutrelis $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <sillywilly@gmail.com> pkgname=gdal pkgver=1.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="A translator library for raster geospatial data formats" arch=('i686' 'x86_64' 'mips64el') url="http://www.gdal.org/" @@ -13,7 +13,7 @@ license=('custom') depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs') makedepends=('perl' 'swig' 'chrpath') optdepends=('postgresql: postgresql database support' - 'mariadb: mariab database support' + 'mariadb: mariadb database support' 'perl: perl binding support' 'swig: perl binding support') options=('!libtool') |