diff options
Diffstat (limited to 'community/mapnik/PKGBUILD')
-rw-r--r-- | community/mapnik/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD index 8d572e131..909b0177b 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 94032 2013-07-13 12:33:54Z svenstaro $ +# $Id: PKGBUILD 98743 2013-10-17 14:01:50Z andyrtr $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: David Dent <thewinch@gmail.com> # Contributor: orbisvicis <orbisvicis@gmail.com> pkgname=mapnik pkgver=2.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps" arch=('i686' 'x86_64') url="http://mapnik.org/" @@ -15,7 +15,7 @@ depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2' 'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl') optdepends=('libxslt: Web Map Service' 'python2-lxml: Web Map Service' - 'python-imaging: Web Map Service' + 'python2-pillow: Web Map Service' 'python-nose: Web Map Service' 'apache: Web Map Service' 'mod_fastcgi: Web Map Service - or:' |