summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Legner2020-10-26 08:22:00 +0100
committerSimon Legner2020-10-26 08:22:00 +0100
commitebff6a8919d09d774524e6ad2c1a34d3e0a0e216 (patch)
tree9963f8aedd8dd88cf5c64d91b5e396d383361171 /PKGBUILD
parentaf8d993717bd80406b9c757d7fc64bb04429acdf (diff)
downloadaur-libosmpbf-git.tar.gz
upgpkg: libosmpbf-git 1.4.0.r4.g8ab05ca-2
+conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9f7fdf33bff..ca60c2e73280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver() {
cd "$pkgname"
git describe --long --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
}
-pkgrel=1
+pkgrel=2
pkgdesc="A library to support OpenStreetMap's protocolbuffer binary format (OSM PBF)"
arch=('i686' 'x86_64')
url="https://github.com/scrosby/OSM-binary"
@@ -13,6 +13,7 @@ license=('LGPL3')
depends=('protobuf')
makedepends=('git')
provides=('libosmpbf')
+conflicts=('libosmpbf')
source=("$pkgname::git+https://github.com/scrosby/OSM-binary.git")
md5sums=('SKIP')