summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgileri2019-11-09 11:26:19 +0100
committergileri2019-11-09 11:26:19 +0100
commit97a71fa7460727c95c52f04ee327867a9f2f8975 (patch)
treee7b9c7b131ed1093a94cf61678444c2d3869d76d
parent2ff15c79c2ca24c30d0b01075f3c68f88dfe71a3 (diff)
downloadaur-97a71fa7460727c95c52f04ee327867a9f2f8975.tar.gz
Use correct license path
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fc2da4f1dae..d580e06a5238 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 5.0.0
-# Sun Feb 14 21:31:49 UTC 2016
pkgbase = libosmium-git
pkgdesc = Fast and flexible C++ library for working with OpenStreetMap data.
- pkgver = v2.6.0.r3.ge723fc4
+ pkgver = 2.15.3.r3.g49f8c54c
pkgrel = 1
url = http://osmcode.org/libosmium/
arch = x86_64
@@ -17,6 +15,7 @@ pkgbase = libosmium-git
optdepends = geos: convert OSM geometries into GEOS geometries
optdepends = proj: project OSM coordinates into spatial reference systems
optdepends = doxygen: build Libosmium API documentation
+ provides = libosmium
conflicts = libosmium
source = libosmium::git+https://github.com/osmcode/libosmium.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 42cd3557572f..81c7352023de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: gileri <twiked at gmail d(0)t com>
pkgname=libosmium-git
-pkgver=2.10.3.r21.g006aa4ce
+pkgver=2.15.3.r3.g49f8c54c
pkgrel=1
pkgdesc="Fast and flexible C++ library for working with OpenStreetMap data."
url="http://osmcode.org/libosmium/"
@@ -38,5 +38,5 @@ build() {
package() {
cd "${srcdir}/libosmium/build"
make DESTDIR="${pkgdir}" install
- install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}