summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2020-03-09 10:11:15 +0100
committerSimon Legner2020-03-09 10:11:15 +0100
commitec8a64042f4744630a3bfe24096ab08211ae0888 (patch)
treef47a9d6cea70d4420fde4de3c7f269f050248ec3
parent1ce1a82d3533410b4f8f0e7d65ccef8216182150 (diff)
downloadaur-ec8a64042f4744630a3bfe24096ab08211ae0888.tar.gz
upgpkg: pyosmium 2.15.4-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23cbc64c9d01..b6bb7fdedaba 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.15.3
+ pkgver = 2.15.4
pkgrel = 1
url = https://osmcode.org/pyosmium
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = pyosmium
depends = python
depends = libosmium
depends = pybind11
- source = https://files.pythonhosted.org/packages/source/o/osmium/osmium-2.15.3.tar.gz
- sha256sums = 455dcd129819b1c47cfcb7c676e362c07b32dc5558bf16eddd0333f8899e331e
+ source = https://files.pythonhosted.org/packages/source/o/osmium/osmium-2.15.4.tar.gz
+ sha256sums = 56e3dafd1dba56a74b21fd79b603ddbea34e120330b90613344d2de50d4dbdea
pkgname = pyosmium
diff --git a/PKGBUILD b/PKGBUILD
index 18a20477aac5..657ad5e10646 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=pyosmium
_module='osmium'
-pkgver=2.15.3
+pkgver=2.15.4
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")
-sha256sums=('455dcd129819b1c47cfcb7c676e362c07b32dc5558bf16eddd0333f8899e331e')
+sha256sums=('56e3dafd1dba56a74b21fd79b603ddbea34e120330b90613344d2de50d4dbdea')
build() {
cd "${srcdir}/${_module}-${pkgver}"