summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c4cad30f232..0fde6a021684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyosmium
pkgdesc = Python bindings for libosmium, the data processing library for OSM data
- pkgver = 2.14.3
+ pkgver = 2.15.0
pkgrel = 1
url = https://osmcode.org/pyosmium
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = pyosmium
makedepends = python-setuptools
depends = python
depends = libosmium
- source = https://files.pythonhosted.org/packages/source/o/osmium/osmium-2.14.3.tar.gz
- md5sums = e768403c256a06c6d6457707550835d0
+ source = https://files.pythonhosted.org/packages/source/o/osmium/osmium-2.15.0.tar.gz
+ sha256sums = 0a1e4200e678e18db9b291a6498385b4c8f66dc3898be8fc6d0c232fe7600360
pkgname = pyosmium
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index df1046aaa1a9..d276ebe79e56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=pyosmium
_module='osmium'
-pkgver=2.14.3
+pkgver=2.15.0
pkgrel=1
pkgdesc="Python bindings for libosmium, the data processing library for OSM data"
url="https://osmcode.org/pyosmium"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('x86_64')
source=("https://files.pythonhosted.org/packages/source/o/osmium/osmium-${pkgver}.tar.gz")
-md5sums=('e768403c256a06c6d6457707550835d0')
+sha256sums=('0a1e4200e678e18db9b291a6498385b4c8f66dc3898be8fc6d0c232fe7600360')
build() {
cd "${srcdir}/${_module}-${pkgver}"