From 7d3e94229ca9849421d263542eb2c61f64a91c10 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 Jan 2013 00:08:39 -0800 Subject: Sat Jan 26 00:08:39 PST 2013 --- community/gdal/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/gdal/PKGBUILD') diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index 2a6babd3b..4093e87b1 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 63578 2012-02-05 11:57:36Z ibiru $ +# $Id: PKGBUILD 82847 2013-01-25 01:53:13Z svenstaro $ # Maintainer: Jaroslav Lichtblau # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea pkgname=gdal -pkgver=1.9.0 +pkgver=1.9.1 pkgrel=1 pkgdesc="A translator library for raster geospatial data formats" arch=('i686' 'x86_64') url="http://www.gdal.org/" license=('custom') -depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite3' 'libmysqlclient' 'postgresql-libs') +depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmysqlclient' 'postgresql-libs') makedepends=('perl' 'swig') optdepends=('postgresql: postgresql database support' 'mysql: mysql database support' @@ -20,7 +20,7 @@ options=('!libtool') changelog=$pkgname.changelog source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz gdal-1.5.1-python-install.patch) -md5sums=('1853f3d8eb5232ae030abe007840cade' +md5sums=('c5cf09b92dac1f5775db056e165b34f5' '81afc1c26d29cee84aadb6924fe33861') build() { -- cgit v1.2.3-54-g00ecf