summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2020-06-28 18:25:37 +0200
committerSimon Legner2020-06-28 18:25:37 +0200
commit254c633a5947e502efbc42ea928ec4969f0c7927 (patch)
tree6cf51d02d2b5c9a12a58ccb48853a23881b9fba1
parent7e4dd7b51bb86877c903c36b6ec853118474fe7a (diff)
downloadaur-254c633a5947e502efbc42ea928ec4969f0c7927.tar.gz
upgpkg: osmium-tool 1.12.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7d3c5424b0b..427a7ae99725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
- pkgver = 1.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://osmcode.org/osmium-tool/
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- makedepends = libosmium>=2.15.2
+ makedepends = libosmium>=2.15.6
depends = boost-libs
depends = expat
optdepends = pandoc: building documentation
- source = osmium-tool-1.12.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.12.0.tar.gz
- sha256sums = f26e7f27956310e702bff714582112b65bbbb24c270f77af6ae6361c9f4a646b
+ source = osmium-tool-1.12.1.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.12.1.tar.gz
+ sha256sums = c8945b2b85fda7898faaf97b57faf759a06a4cf6a2c591f857779dcc503f32f2
pkgname = osmium-tool
diff --git a/PKGBUILD b/PKGBUILD
index 3c2a627bd129..cca2ba195a2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=1
pkgdesc="Command line tool for working with OpenStreetMap data based on the Osmium library"
arch=('i686' 'x86_64')
depends=('boost-libs' 'expat')
-makedepends=('cmake' 'libosmium>=2.15.2')
+makedepends=('cmake' 'libosmium>=2.15.6')
optdepends=('pandoc: building documentation')
url="https://osmcode.org/osmium-tool/"
license=('GPL3')
@@ -30,4 +30,4 @@ package() {
install -Dm644 ../zsh_completion/_osmium "${pkgdir}/usr/share/zsh/site-functions/_osmium"
}
-sha256sums=('f26e7f27956310e702bff714582112b65bbbb24c270f77af6ae6361c9f4a646b')
+sha256sums=('c8945b2b85fda7898faaf97b57faf759a06a4cf6a2c591f857779dcc503f32f2')