summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2023-12-16 23:39:34 +0100
committerAleksandar Trifunovic2023-12-16 23:39:34 +0100
commitca2390ec61456e561d607c53981e71fcaca07619 (patch)
tree07cec3b6c4afdce4f38e1728cde8f6add1ae6705
parentfd9f8a77994404fb4be0350c95550f0677c0aa5f (diff)
downloadaur-ca2390ec61456e561d607c53981e71fcaca07619.tar.gz
v1.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82b52e14a8a8..82f34ce7b346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
- pkgver = 1.15.0
+ pkgver = 1.16.0
pkgrel = 1
url = https://osmcode.org/osmium-tool/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = osmium-tool
depends = boost-libs
depends = expat
optdepends = pandoc: building documentation
- source = osmium-tool-1.15.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.15.0.tar.gz
- sha256sums = 0b3be2f07d60dfb93f65d6a9f1af1fc9cf6ef68e5a460997d841c93079c3377b
+ source = osmium-tool-1.16.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.16.0.tar.gz
+ sha256sums = f98454d9f901be42e0b6751aef40106d734887ee35190c224b174c2f27ef1c0f
pkgname = osmium-tool
diff --git a/PKGBUILD b/PKGBUILD
index b2fffacaa60d..78893f5755ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.15.0
+pkgver=1.16.0
pkgrel=1
pkgdesc="Command line tool for working with OpenStreetMap data based on the Osmium library"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ 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=('0b3be2f07d60dfb93f65d6a9f1af1fc9cf6ef68e5a460997d841c93079c3377b')
+sha256sums=('f98454d9f901be42e0b6751aef40106d734887ee35190c224b174c2f27ef1c0f')
prepare() {
cd "$pkgname-$pkgver"