summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2023-01-22 19:13:02 +0100
committerAleksandar Trifunovic2023-01-22 19:13:02 +0100
commitfd9f8a77994404fb4be0350c95550f0677c0aa5f (patch)
treefb8242f7a0c7977820261b2086356890ccb8826a
parent10024014d610baa4365b9e99e1425f8dfe8df98e (diff)
downloadaur-fd9f8a77994404fb4be0350c95550f0677c0aa5f.tar.gz
v1.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc99326d3f7..82b52e14a8a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
- pkgver = 1.14.0
+ pkgver = 1.15.0
pkgrel = 1
url = https://osmcode.org/osmium-tool/
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- makedepends = libosmium>=2.16.0
+ makedepends = libosmium>=2.17.0
depends = boost-libs
depends = expat
optdepends = pandoc: building documentation
- source = osmium-tool-1.14.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.14.0.tar.gz
- sha256sums = 67765fe6b612e791aab276af601dd12410b70486946e983753f6b0442f915233
+ source = osmium-tool-1.15.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.15.0.tar.gz
+ sha256sums = 0b3be2f07d60dfb93f65d6a9f1af1fc9cf6ef68e5a460997d841c93079c3377b
pkgname = osmium-tool
diff --git a/PKGBUILD b/PKGBUILD
index a145bbf0c215..b2fffacaa60d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.14.0
+pkgver=1.15.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.16.0')
+makedepends=('cmake' 'libosmium>=2.17.0')
optdepends=('pandoc: building documentation')
url="https://osmcode.org/osmium-tool/"
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/osmcode/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('67765fe6b612e791aab276af601dd12410b70486946e983753f6b0442f915233')
+sha256sums=('0b3be2f07d60dfb93f65d6a9f1af1fc9cf6ef68e5a460997d841c93079c3377b')
prepare() {
cd "$pkgname-$pkgver"