summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-04-09 10:24:37 +0200
committerbartus2018-04-09 10:24:37 +0200
commit012be2881cb2ce043ed9f81e1a89b308ccaa7d88 (patch)
tree52e9c8be99e76be6d26bc7866766b2f9ed824e43 /PKGBUILD
parente43796437ab3cdf562e7226376af11335f9952ea (diff)
downloadaur-012be2881cb2ce043ed9f81e1a89b308ccaa7d88.tar.gz
fix missing lz4 linker flag till flann gets patched
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebefcaa77ab6..2ea15d2c73d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=openmvg-git
_gitname='openMVG'
_fragment="#branch=develop"
pkgver=1.3.r76.gd9563130
-pkgrel=6
+pkgrel=7
pkgdesc='open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.'
arch=('i686' 'x86_64')
url='http://imagine.enpc.fr/~moulonp/openMVG/'
@@ -23,7 +23,7 @@ md5sums=('SKIP'
'SKIP'
'SKIP'
'11aa728e50e52b10d79dd83dfaa6c1c6'
- '91ba746a3740379d71dad4be34a9c44d')
+ 'f421cb25208a4f95784035d9823abe04')
pkgver() {
cd "${srcdir}/${_gitname}"