diff options
Diffstat (limited to 'community/gdal')
-rw-r--r-- | community/gdal/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index af7df8ea9..4c55ed8f9 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 42309 2011-03-16 10:46:13Z jelle $ +# $Id: PKGBUILD 46467 2011-05-07 14:58:14Z tdziedzic $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <sillywilly@gmail.com> pkgname=gdal pkgver=1.8.0 -pkgrel=3 +pkgrel=4 pkgdesc="A translator library for raster geospatial data formats" arch=('i686' 'x86_64') url="http://www.gdal.org/" @@ -14,7 +14,8 @@ depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' makedepends=('perl' 'swig') optdepends=('postgresql: postgresql database support' 'mysql: mysql database support' - 'perl,swig: perl binding support') + 'perl: perl binding support' + 'swig: perl binding support') options=('!libtool' '!makeflags') changelog=$pkgname.changelog source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz \ |