summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-02-09 22:34:12 +0000
committerSimon Legner2021-02-09 22:34:12 +0000
commit4c35f638deef0d0ddad1004b71c7205d43e19b46 (patch)
tree3165140c2553ffa8bbe5486a45fcb7259c74acdd
parent7057fce368f45cd93809b4dd5c97ddec5f690576 (diff)
downloadaur-4c35f638deef0d0ddad1004b71c7205d43e19b46.tar.gz
upgpkg: pyosmium 3.1.3-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 adcd994e90ea..208222c976af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyosmium
pkgdesc = Python bindings for libosmium, the data processing library for OSM data
- pkgver = 3.1.2
+ pkgver = 3.1.3
pkgrel = 1
url = https://osmcode.org/pyosmium
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = pyosmium
depends = python
depends = libosmium
depends = pybind11
- source = https://files.pythonhosted.org/packages/source/o/osmium/osmium-3.1.2.tar.gz
- sha256sums = 2add625aa9db1910cce9d0670cbe89192278682cc9a9ccd3a88ceca9005398cd
+ source = https://files.pythonhosted.org/packages/source/o/osmium/osmium-3.1.3.tar.gz
+ sha256sums = bdcbbb5e4f12de10aab9c209b4d436eafaf75bd30a91b81039b5dc3d22771465
pkgname = pyosmium
diff --git a/PKGBUILD b/PKGBUILD
index d30ff63d820d..34ae99a44752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=pyosmium
_module='osmium'
-pkgver=3.1.2
+pkgver=3.1.3
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' 'cmake')
license=('BSD')
arch=('x86_64')
source=("https://files.pythonhosted.org/packages/source/o/osmium/osmium-${pkgver}.tar.gz")
-sha256sums=('2add625aa9db1910cce9d0670cbe89192278682cc9a9ccd3a88ceca9005398cd')
+sha256sums=('bdcbbb5e4f12de10aab9c209b4d436eafaf75bd30a91b81039b5dc3d22771465')
build() {
cd "${srcdir}/${_module}-${pkgver}"