summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2019-09-17 21:25:48 +0200
committerSimon Legner2019-09-17 21:30:09 +0200
commitc623b051d4da2e639c5c7f8d1c6ef9dd408d1d05 (patch)
tree1fc0b2b7c448de53b3db6dd42f8f7ccc4b19305a
parenta97da1e542ea7b0a18f7908800e1009a42faa6dc (diff)
downloadaur-c623b051d4da2e639c5c7f8d1c6ef9dd408d1d05.tar.gz
upgpkg: osmium-tool 1.11.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 255af9439db4..649ea31c5334 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.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = http://osmcode.org/osmium-tool/
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- makedepends = libosmium>=2.15.0
+ makedepends = libosmium>=2.15.2
depends = boost-libs
depends = expat
optdepends = pandoc: building documentation
- source = osmium-tool-1.10.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.10.0.tar.gz
- sha256sums = f0a75ce39ac92c43a01d978c1ecae05d864930bf7d518ea059d7ba320735dd66
+ source = osmium-tool-1.11.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.11.0.tar.gz
+ sha256sums = 09720d8ffcf250000628cb174934885962e09677094bd5bd96071f11fe170f4f
pkgname = osmium-tool
diff --git a/PKGBUILD b/PKGBUILD
index d6c168347536..973507f0a142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.10.0
+pkgver=1.11.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.0')
+makedepends=('cmake' 'libosmium>=2.15.2')
optdepends=('pandoc: building documentation')
url="http://osmcode.org/osmium-tool/"
license=('GPL3')
@@ -30,4 +30,4 @@ package() {
install -Dm644 ../zsh_completion/_osmium "${pkgdir}/usr/share/zsh/site-functions/_osmium"
}
-sha256sums=('f0a75ce39ac92c43a01d978c1ecae05d864930bf7d518ea059d7ba320735dd66')
+sha256sums=('09720d8ffcf250000628cb174934885962e09677094bd5bd96071f11fe170f4f')