diff options
author | root <root@rshg054.dnsready.net> | 2012-09-29 00:54:39 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-29 00:54:39 -0700 |
commit | b004f93f171149c5a53d464819b9d0197f1d783e (patch) | |
tree | 457c18648c0dcfadf8286edf2c69c2ece10a785e /community/mapnik | |
parent | 3edc42216fee4bb8237aa128510c32ceb77dfd8f (diff) |
Sat Sep 29 00:54:37 PDT 2012
Diffstat (limited to 'community/mapnik')
-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 550d0d2be..c37ca0408 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74816 2012-08-06 08:20:52Z spupykin $ +# $Id: PKGBUILD 76741 2012-09-28 19:41:57Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: David Dent <thewinch@gmail.com> # Contributor: orbisvicis <orbisvicis@gmail.com> pkgname=mapnik -pkgver=2.0.2 +pkgver=2.1.0 pkgrel=1 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps" arch=('i686' 'x86_64') @@ -24,7 +24,7 @@ optdepends=('libxslt: Web Map Service' makedepends=('scons' 'boost') install="mapnik.install" source=("https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2") -md5sums=('c00f4fa2d5f3c344d93d71afdfce3a5e') +md5sums=('d580c558a957444873bec9e24526b0a0') build() { cd "$srcdir/$pkgname-v$pkgver" |