summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2018-05-09 09:43:43 +0200
committerSimon Legner2018-05-09 09:43:43 +0200
commit1a2ab3fc11c01b008a0daca19ebf7e9dedadd8c5 (patch)
tree08324056e4fc69bfb71de799b14babf80af7266d
parentdcebbb4854228df3363ce2d18068159e5fb84644 (diff)
downloadaur-1a2ab3fc11c01b008a0daca19ebf7e9dedadd8c5.tar.gz
Update to 1.8.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db481dfe0bc3..bf472df76c5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Fri Aug 25 23:53:34 UTC 2017
+# Wed May 9 07:43:40 UTC 2018
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
- pkgver = 1.7.1
+ pkgver = 1.8.0
pkgrel = 1
url = http://osmcode.org/osmium-tool/
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- makedepends = libosmium>=2.13.1
+ makedepends = libosmium>=2.14.0
depends = boost-libs
depends = expat
- source = https://github.com/osmcode/osmium-tool/archive/v1.7.1.tar.gz
- sha1sums = 88d325834631e27c5cedfd74137d782675eaf916
- sha256sums = 5cdb01ca22bfc0cfd2b1a59088601f61547d60ffa47296087480718ff0156c42
+ optdepends = pandoc: building documentation
+ source = https://github.com/osmcode/osmium-tool/archive/v1.8.0.tar.gz
+ sha256sums = 3e996ddcdedcfc3ac70dec3687d59a100dbfb04d00ed3f03df6b3e8d0bd92755
pkgname = osmium-tool
diff --git a/PKGBUILD b/PKGBUILD
index 99c668b2dfe0..7c97d316230d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.7.1
+pkgver=1.8.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.13.1')
+makedepends=('cmake' 'libosmium>=2.14.0')
+optdepends=('pandoc: building documentation')
url="http://osmcode.org/osmium-tool/"
license=('GPL3')
source=("https://github.com/osmcode/$pkgname/archive/v$pkgver.tar.gz")
@@ -29,5 +30,4 @@ package() {
install -Dm644 ../zsh_completion/_osmium "${pkgdir}/usr/share/zsh/site-functions/_osmium"
}
-sha1sums=('88d325834631e27c5cedfd74137d782675eaf916')
-sha256sums=('5cdb01ca22bfc0cfd2b1a59088601f61547d60ffa47296087480718ff0156c42')
+sha256sums=('3e996ddcdedcfc3ac70dec3687d59a100dbfb04d00ed3f03df6b3e8d0bd92755')