summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-01-13 19:26:21 +0000
committerSimon Legner2021-01-13 19:26:21 +0000
commit0aa69224104c7442d180392e8683050d62919bc0 (patch)
treee8f5b0822122e250217d4774c118e9ea0e004922
parent254c633a5947e502efbc42ea928ec4969f0c7927 (diff)
downloadaur-0aa69224104c7442d180392e8683050d62919bc0.tar.gz
upgpkg: osmium-tool 1.13.0-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 427a7ae99725..9ed47777db1c 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.1
+ pkgver = 1.13.0
pkgrel = 1
url = https://osmcode.org/osmium-tool/
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- makedepends = libosmium>=2.15.6
+ makedepends = libosmium>=2.16.0
depends = boost-libs
depends = expat
optdepends = pandoc: building documentation
- source = osmium-tool-1.12.1.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.12.1.tar.gz
- sha256sums = c8945b2b85fda7898faaf97b57faf759a06a4cf6a2c591f857779dcc503f32f2
+ source = osmium-tool-1.13.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.13.0.tar.gz
+ sha256sums = 5f955080d6f07a369570bd93eaa0cf9a9bbaa9536fc931ce7c1feed60a8bb413
pkgname = osmium-tool
diff --git a/PKGBUILD b/PKGBUILD
index cca2ba195a2f..3343d18401b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.12.1
+pkgver=1.13.0
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.6')
+makedepends=('cmake' 'libosmium>=2.16.0')
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=('c8945b2b85fda7898faaf97b57faf759a06a4cf6a2c591f857779dcc503f32f2')
+sha256sums=('5f955080d6f07a369570bd93eaa0cf9a9bbaa9536fc931ce7c1feed60a8bb413')