summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-10-11 09:26:38 +0200
committerSimon Legner2021-10-11 09:26:38 +0200
commit4787eb3faa7d85c94847efa1d11818fa14612334 (patch)
treebf75b3dde44468d94659c550a27f983f0574dda0
parent369684f0e8612e753f42cbc63620e03d1dc7d51d (diff)
downloadaur-4787eb3faa7d85c94847efa1d11818fa14612334.tar.gz
upgpkg: osmium-tool 1.13.2-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266374579616..072e4b4dbf50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
- pkgver = 1.13.1
+ pkgver = 1.13.2
pkgrel = 1
url = https://osmcode.org/osmium-tool/
arch = i686
@@ -11,8 +11,7 @@ pkgbase = osmium-tool
depends = boost-libs
depends = expat
optdepends = pandoc: building documentation
- source = osmium-tool-1.13.1.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.13.1.tar.gz
- sha256sums = d6273e2614d390d8444b767018b7023bdac3538cbe094d2799eee50b6f08cd03
+ source = osmium-tool-1.13.2.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.13.2.tar.gz
+ sha256sums = a6516087bfe1f6c881c9087b448ee8965b7d1730e29e4e8e982cd2ef8c4f8d98
pkgname = osmium-tool
-
diff --git a/PKGBUILD b/PKGBUILD
index 42f405e6b978..1062f758cce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.13.1
+pkgver=1.13.2
pkgrel=1
pkgdesc="Command line tool for working with OpenStreetMap data based on the Osmium library"
arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@ package() {
install -Dm644 ../zsh_completion/_osmium "${pkgdir}/usr/share/zsh/site-functions/_osmium"
}
-sha256sums=('d6273e2614d390d8444b767018b7023bdac3538cbe094d2799eee50b6f08cd03')
+sha256sums=('a6516087bfe1f6c881c9087b448ee8965b7d1730e29e4e8e982cd2ef8c4f8d98')