summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87b4d76a3b13..e57263870dd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=pyosmium
_module='osmium'
-pkgver=2.15.0
-pkgrel=2
+pkgver=2.15.1
+pkgrel=1
pkgdesc="Python bindings for libosmium, the data processing library for OSM data"
url="https://osmcode.org/pyosmium"
depends=('python' 'libosmium' 'pybind11')
@@ -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")
-sha256sums=('0a1e4200e678e18db9b291a6498385b4c8f66dc3898be8fc6d0c232fe7600360')
+sha256sums=('adc5155c96051ae06377b84a227c6ce95102ce43dc27e240925dd65ba86d80eb')
build() {
cd "${srcdir}/${_module}-${pkgver}"