summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2017-08-26 01:53:32 +0200
committerSimon Legner2017-08-26 01:53:41 +0200
commitdcebbb4854228df3363ce2d18068159e5fb84644 (patch)
tree3bdf31dbcc083982a86defd9282f7221ed6a8216
parent4a6ab4264462bdf2dbcf0dcd6d39ae91c88f9675 (diff)
downloadaur-dcebbb4854228df3363ce2d18068159e5fb84644.tar.gz
Update to 1.7.1-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0d54f4bcfc5..db481dfe0bc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Tue Apr 11 06:21:13 UTC 2017
+# Fri Aug 25 23:53:34 UTC 2017
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
- pkgver = 1.6.1
+ pkgver = 1.7.1
pkgrel = 1
url = http://osmcode.org/osmium-tool/
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- makedepends = libosmium>=2.12.1
+ makedepends = libosmium>=2.13.1
depends = boost-libs
depends = expat
- source = https://github.com/osmcode/osmium-tool/archive/v1.6.1.tar.gz
- sha1sums = 0708fa4cc58619e95c4c594128ed56f15296253e
- sha256sums = 75523396b3fe51ff585a59251144bd61c93609df0703b7119fe6e16fd4ddb0fa
+ source = https://github.com/osmcode/osmium-tool/archive/v1.7.1.tar.gz
+ sha1sums = 88d325834631e27c5cedfd74137d782675eaf916
+ sha256sums = 5cdb01ca22bfc0cfd2b1a59088601f61547d60ffa47296087480718ff0156c42
pkgname = osmium-tool
diff --git a/PKGBUILD b/PKGBUILD
index fbc9fa2c1e43..99c668b2dfe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.6.1
+pkgver=1.7.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.12.1')
+makedepends=('cmake' 'libosmium>=2.13.1')
url="http://osmcode.org/osmium-tool/"
license=('GPL3')
source=("https://github.com/osmcode/$pkgname/archive/v$pkgver.tar.gz")
@@ -29,5 +29,5 @@ package() {
install -Dm644 ../zsh_completion/_osmium "${pkgdir}/usr/share/zsh/site-functions/_osmium"
}
-sha1sums=('0708fa4cc58619e95c4c594128ed56f15296253e')
-sha256sums=('75523396b3fe51ff585a59251144bd61c93609df0703b7119fe6e16fd4ddb0fa')
+sha1sums=('88d325834631e27c5cedfd74137d782675eaf916')
+sha256sums=('5cdb01ca22bfc0cfd2b1a59088601f61547d60ffa47296087480718ff0156c42')