summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fccc2a7e6477..a014b9b15346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# based on script by: Johannes Löthberg <johannes@kyriasis.com>
pkgname=python-mapnik
-pkgver=3.0.13
+pkgver=3.0.16
pkgrel=1
pkgdesc="Python3 bindings for Mapnik"
@@ -14,7 +14,7 @@ depends=('python' 'mapnik' 'python-cairo' 'python-pypdf2')
makedepends=('python-setuptools')
source=("https://github.com/mapnik/python-mapnik/archive/v$pkgver.tar.gz")
-sha1sums=('0b60b471fb2afad080e703cf3ceae72e31633344')
+sha1sums=('8e30049954b14282667677a5d5a145eddedfc8df')
package() {
cd python-mapnik-$pkgver