Skip to content
Snippets Groups Projects
Verified Commit 92b15db9 authored by Aleksandar Trifunovic's avatar Aleksandar Trifunovic Committed by hashworks
Browse files

v2.17.2

parent ae322d98
No related branches found
No related tags found
No related merge requests found
pkgbase = libosmium
pkgdesc = Fast and flexible C++ library for working with OpenStreetMap data.
pkgver = 2.17.1
pkgver = 2.17.2
pkgrel = 1
url = https://osmcode.org/libosmium/
arch = any
......@@ -20,7 +20,7 @@ pkgbase = libosmium
optdepends = doxygen: build Libosmium API documentation
provides = libosmium
conflicts = libosmium-git
source = libosmium-2.17.1.tar.gz::https://github.com/osmcode/libosmium/archive/v2.17.1.tar.gz
sha256sums = 6faa7952aa1210dcd9ae4ef83e7653a4f8eb880e6a4e5b37f87a5d4835f6327b
source = libosmium-2.17.2.tar.gz::https://github.com/osmcode/libosmium/archive/v2.17.2.tar.gz
sha256sums = f30e37c28f37ca3857b8107a12e6d138a0719831eca52a836692909801c8b0bd
pkgname = libosmium
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
# Maintainer: Aleksandar Trifunovic akstrfn gmail.com
# Contributor: Simon Legner <Simon.Legner@gmail.com>
pkgname=libosmium
pkgver=2.17.1
pkgver=2.17.2
pkgrel=1
pkgdesc="Fast and flexible C++ library for working with OpenStreetMap data."
url="https://osmcode.org/libosmium/"
......@@ -17,6 +19,7 @@ optdepends=('sparsehash: sparse-mem-table index map'
conflicts=('libosmium-git')
provides=('libosmium')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/osmcode/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('f30e37c28f37ca3857b8107a12e6d138a0719831eca52a836692909801c8b0bd')
build() {
mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"
......@@ -40,4 +43,3 @@ package() {
install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
sha256sums=('6faa7952aa1210dcd9ae4ef83e7653a4f8eb880e6a4e5b37f87a5d4835f6327b')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment