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

bump

parent 92b15db9
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.2
pkgver = 2.17.3
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.2.tar.gz::https://github.com/osmcode/libosmium/archive/v2.17.2.tar.gz
sha256sums = f30e37c28f37ca3857b8107a12e6d138a0719831eca52a836692909801c8b0bd
source = libosmium-2.17.3.tar.gz::https://github.com/osmcode/libosmium/archive/v2.17.3.tar.gz
sha256sums = ff85d55ca83d77fc41f6b7ae77f3d8d4337d299cbb4cc60c00e1f9d90d94e71b
pkgname = libosmium
......@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
pkgname=libosmium
pkgver=2.17.2
pkgver=2.17.3
pkgrel=1
pkgdesc="Fast and flexible C++ library for working with OpenStreetMap data."
url="https://osmcode.org/libosmium/"
......@@ -19,7 +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')
sha256sums=('ff85d55ca83d77fc41f6b7ae77f3d8d4337d299cbb4cc60c00e1f9d90d94e71b')
build() {
mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"
......
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