Skip to content
Snippets Groups Projects
Verified Commit 3dc98774 authored by Simon Legner's avatar Simon Legner Committed by hashworks
Browse files

Update to 2.14.2-1

parent 5270d61f
No related branches found
No related tags found
No related merge requests found
# Generated by mksrcinfo v8
# Wed May 9 07:10:42 UTC 2018
pkgbase = libosmium
pkgdesc = Fast and flexible C++ library for working with OpenStreetMap data.
pkgver = 2.14.0
pkgrel = 2
pkgver = 2.14.2
pkgrel = 1
url = http://osmcode.org/libosmium/
arch = any
license = custom
......@@ -21,8 +19,8 @@ pkgbase = libosmium
optdepends = doxygen: build Libosmium API documentation
provides = libosmium
conflicts = libosmium-git
source = https://github.com/osmcode/libosmium/archive/v2.14.0.tar.gz
sha256sums = ac385c13b1989cf60f9f2e0395a9d8f73ea557fbe8a35cabb0e5f0b74cf43b49
source = libosmium-2.14.2.tar.gz::https://github.com/osmcode/libosmium/archive/v2.14.2.tar.gz
sha256sums = 24b1a73c43e7b8e412ffcd4fb40f1b152edb316ff2799a60e0f31f1eb1212b35
pkgname = libosmium
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=libosmium
pkgver=2.14.0
pkgrel=2
pkgver=2.14.2
pkgrel=1
pkgdesc="Fast and flexible C++ library for working with OpenStreetMap data."
url="http://osmcode.org/libosmium/"
arch=('any')
......@@ -15,7 +15,7 @@ optdepends=('sparsehash: sparse-mem-table index map'
'doxygen: build Libosmium API documentation')
conflicts=('libosmium-git')
provides=('libosmium')
source=("https://github.com/osmcode/${pkgname}/archive/v${pkgver}.tar.gz")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/osmcode/${pkgname}/archive/v${pkgver}.tar.gz")
build() {
mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"
......@@ -41,4 +41,4 @@ package() {
install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
sha256sums=('ac385c13b1989cf60f9f2e0395a9d8f73ea557fbe8a35cabb0e5f0b74cf43b49')
sha256sums=('24b1a73c43e7b8e412ffcd4fb40f1b152edb316ff2799a60e0f31f1eb1212b35')
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