summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-04-27 05:53:31 +0000
committerSimon Legner2021-04-27 05:53:31 +0000
commit1e91b2af1f8380758f7a6270de13bb016496d422 (patch)
tree6fb6a4358ae7d11584822425d858f5ae980bbcdf
parent8a1e8e7afbf70b4445f40b7b367d2a5848f6c755 (diff)
downloadaur-1e91b2af1f8380758f7a6270de13bb016496d422.tar.gz
upgpkg: libosmium 2.17.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 a3eb8512e8c3..22dff82f0fad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libosmium
pkgdesc = Fast and flexible C++ library for working with OpenStreetMap data.
- pkgver = 2.16.0
- pkgrel = 2
+ pkgver = 2.17.0
+ pkgrel = 1
url = https://osmcode.org/libosmium/
arch = any
license = custom
@@ -20,8 +20,8 @@ pkgbase = libosmium
optdepends = doxygen: build Libosmium API documentation
provides = libosmium
conflicts = libosmium-git
- source = libosmium-2.16.0.tar.gz::https://github.com/osmcode/libosmium/archive/v2.16.0.tar.gz
- sha256sums = 42bbef97226d7db7ce3eeb474603e5b1f2f0f86cec85498868e9416e7cdf5bd5
+ source = libosmium-2.17.0.tar.gz::https://github.com/osmcode/libosmium/archive/v2.17.0.tar.gz
+ sha256sums = 4a7672d7caf4da3bc68619912b298462370c423c697871a0be6273c6686e10d6
pkgname = libosmium
diff --git a/PKGBUILD b/PKGBUILD
index 2fed581d3020..b044a7082c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=libosmium
-pkgver=2.16.0
-pkgrel=2
+pkgver=2.17.0
+pkgrel=1
pkgdesc="Fast and flexible C++ library for working with OpenStreetMap data."
url="https://osmcode.org/libosmium/"
arch=('any')
@@ -40,4 +40,4 @@ package() {
install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-sha256sums=('42bbef97226d7db7ce3eeb474603e5b1f2f0f86cec85498868e9416e7cdf5bd5')
+sha256sums=('4a7672d7caf4da3bc68619912b298462370c423c697871a0be6273c6686e10d6')