summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2020-04-21 23:44:02 +0200
committerSimon Legner2020-04-21 23:44:02 +0200
commit7e4dd7b51bb86877c903c36b6ec853118474fe7a (patch)
treea325fcbba209fdebe7e1beda175e126c45b6f045
parent349e15930022df02c7fd42b40e8f3769ee184af3 (diff)
downloadaur-7e4dd7b51bb86877c903c36b6ec853118474fe7a.tar.gz
upgpkg: osmium-tool 1.12.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 799215958eb5..e7d3c5424b0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
- pkgver = 1.11.1
- pkgrel = 2
+ pkgver = 1.12.0
+ pkgrel = 1
url = https://osmcode.org/osmium-tool/
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = osmium-tool
depends = boost-libs
depends = expat
optdepends = pandoc: building documentation
- source = osmium-tool-1.11.1.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.11.1.tar.gz
- sha256sums = ea47ca909d167951b975673b8a818600f988aeb35a5a911d4a3a0004bc76f04a
+ source = osmium-tool-1.12.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.12.0.tar.gz
+ sha256sums = f26e7f27956310e702bff714582112b65bbbb24c270f77af6ae6361c9f4a646b
pkgname = osmium-tool
diff --git a/PKGBUILD b/PKGBUILD
index 5e597b5eb4a5..3c2a627bd129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.11.1
-pkgrel=2
+pkgver=1.12.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')
@@ -30,4 +30,4 @@ package() {
install -Dm644 ../zsh_completion/_osmium "${pkgdir}/usr/share/zsh/site-functions/_osmium"
}
-sha256sums=('ea47ca909d167951b975673b8a818600f988aeb35a5a911d4a3a0004bc76f04a')
+sha256sums=('f26e7f27956310e702bff714582112b65bbbb24c270f77af6ae6361c9f4a646b')