summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-01-13 19:24:28 +0000
committerSimon Legner2021-01-13 19:24:28 +0000
commit890e8093ba9e51f6bebf8ea2d1f8e0a45bbb7da5 (patch)
treea7faf7cc84456f257e9e24aee582a748546122d8
parent3a560586f70c21eadb81c4767341d377add33d74 (diff)
downloadaur-890e8093ba9e51f6bebf8ea2d1f8e0a45bbb7da5.tar.gz
upgpkg: libosmium 2.16.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a8bc7807d70..2eaad611e13a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libosmium
pkgdesc = Fast and flexible C++ library for working with OpenStreetMap data.
- pkgver = 2.15.6
+ pkgver = 2.16.0
pkgrel = 1
url = https://osmcode.org/libosmium/
arch = any
@@ -19,8 +19,8 @@ pkgbase = libosmium
optdepends = doxygen: build Libosmium API documentation
provides = libosmium
conflicts = libosmium-git
- source = libosmium-2.15.6.tar.gz::https://github.com/osmcode/libosmium/archive/v2.15.6.tar.gz
- sha256sums = 55879b9da0f3756f3216f9fb857f35afb3b01294b5f18e0d1719334e7d4f5ac9
+ source = libosmium-2.16.0.tar.gz::https://github.com/osmcode/libosmium/archive/v2.16.0.tar.gz
+ sha256sums = 42bbef97226d7db7ce3eeb474603e5b1f2f0f86cec85498868e9416e7cdf5bd5
pkgname = libosmium
diff --git a/PKGBUILD b/PKGBUILD
index d5b4b198d765..0b30d5a34c3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=libosmium
-pkgver=2.15.6
+pkgver=2.16.0
pkgrel=1
pkgdesc="Fast and flexible C++ library for working with OpenStreetMap data."
url="https://osmcode.org/libosmium/"
@@ -39,4 +39,4 @@ package() {
install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-sha256sums=('55879b9da0f3756f3216f9fb857f35afb3b01294b5f18e0d1719334e7d4f5ac9')
+sha256sums=('42bbef97226d7db7ce3eeb474603e5b1f2f0f86cec85498868e9416e7cdf5bd5')