summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2019-01-28 08:03:28 +0100
committerSimon Legner2019-01-28 08:03:28 +0100
commit61ce57dc5ceabc2db6555cd0611dab456063c831 (patch)
tree83a1b8f0ac87670ac4c2a1a0f856612c881bc96e
parent17af2052b1da5737698dffe8f44227dae61a31b1 (diff)
downloadaur-61ce57dc5ceabc2db6555cd0611dab456063c831.tar.gz
Update to 2.15.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a26525e065..899e64fd1706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyosmium
pkgdesc = Python bindings for libosmium, the data processing library for OSM data
- pkgver = 2.15.0
- pkgrel = 2
+ pkgver = 2.15.1
+ pkgrel = 1
url = https://osmcode.org/pyosmium
arch = x86_64
license = BSD
@@ -9,8 +9,8 @@ pkgbase = pyosmium
depends = python
depends = libosmium
depends = pybind11
- source = https://files.pythonhosted.org/packages/source/o/osmium/osmium-2.15.0.tar.gz
- sha256sums = 0a1e4200e678e18db9b291a6498385b4c8f66dc3898be8fc6d0c232fe7600360
+ source = https://files.pythonhosted.org/packages/source/o/osmium/osmium-2.15.1.tar.gz
+ sha256sums = adc5155c96051ae06377b84a227c6ce95102ce43dc27e240925dd65ba86d80eb
pkgname = pyosmium
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}"