Skip to content
Snippets Groups Projects
Verified Commit 0fa47470 authored by hashworks's avatar hashworks
Browse files

upgpkg: 2.21.0-1

parent 82e917d7
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.20.0
pkgver = 2.21.0
pkgrel = 1
url = https://osmcode.org/libosmium/
arch = any
......@@ -19,7 +19,7 @@ pkgbase = libosmium
optdepends = geos: convert OSM geometries into GEOS geometries
optdepends = proj: project OSM coordinates into spatial reference systems
optdepends = lz4: use LZ4 compression in PBF files
source = libosmium-2.20.0.tar.gz::https://github.com/osmcode/libosmium/archive/v2.20.0.tar.gz
sha256sums = 3d3e0873c6aaabb3b2ef4283896bebf233334891a7a49f4712af30ca6ed72477
source = libosmium-2.21.0.tar.gz::https://github.com/osmcode/libosmium/archive/v2.21.0.tar.gz
sha256sums = 5a222e555865f742102d2802a7ad7ef91d6e1c8944c097c70a924214e079c858
pkgname = libosmium
......@@ -3,7 +3,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
pkgname=libosmium
pkgver=2.20.0
pkgver=2.21.0
pkgrel=1
pkgdesc="Fast and flexible C++ library for working with OpenStreetMap data."
url="https://osmcode.org/libosmium/"
......@@ -17,7 +17,7 @@ optdepends=('sparsehash: sparse-mem-table index map'
'proj: project OSM coordinates into spatial reference systems'
'lz4: use LZ4 compression in PBF files')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/osmcode/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('3d3e0873c6aaabb3b2ef4283896bebf233334891a7a49f4712af30ca6ed72477')
sha256sums=('5a222e555865f742102d2802a7ad7ef91d6e1c8944c097c70a924214e079c858')
build() {
mkdir -p "${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