summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 840f139dfda7..e5f53bbda5b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mapnik-git
pkgdesc = Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps (git version)
- pkgver = 3.0.12.645.g377253bcc
+ pkgver = 3.0.15.8dc1456
pkgrel = 1
url = http://mapnik.org/
install = mapnik.install
@@ -36,7 +36,7 @@ pkgbase = mapnik-git
optdepends = mod_fastcgi: Web Map Service - or:
optdepends = mod_fcgid: Web Map Service - or:
optdepends = mod_wsgi2: Web Map Service
- provides = mapnik=3.0.12
+ provides = mapnik=3.0.15
conflicts = mapnik
options = staticlibs
source = git://github.com/mapnik/mapnik.git
diff --git a/PKGBUILD b/PKGBUILD
index 587ab8a92e77..f2b4e267895f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ optdepends=('libxslt: Web Map Service'
'mod_wsgi2: Web Map Service')
makedepends=('scons' 'boost' 'git')
conflicts=('mapnik')
-provides=('mapnik=3.0.12')
+provides=('mapnik=3.0.15')
options=(staticlibs)
install="mapnik.install"
source=("git://github.com/mapnik/mapnik.git")