summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Legner2019-03-29 21:13:57 +0100
committerSimon Legner2019-03-29 21:13:57 +0100
commit978c3a5db5299574dbb5dbd95940472cc49c0b7c (patch)
treec4744ec9119af0bf1b225142c9a5ecea4f482348 /PKGBUILD
parent61ce57dc5ceabc2db6555cd0611dab456063c831 (diff)
downloadaur-978c3a5db5299574dbb5dbd95940472cc49c0b7c.tar.gz
Update to 2.15.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e57263870dd8..20c817159d34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=pyosmium
_module='osmium'
-pkgver=2.15.1
+pkgver=2.15.2
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=('adc5155c96051ae06377b84a227c6ce95102ce43dc27e240925dd65ba86d80eb')
+sha256sums=('0d0b9baa07ba4148e686f0727997eedfa5ddb8ae67a2f4d162efcfb9e0fe3f41')
build() {
cd "${srcdir}/${_module}-${pkgver}"