summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-11-26 12:27:41 +0100
committerbartus2018-11-26 12:27:41 +0100
commit365c95d8cb9af29a8e3f962ded9417ffee6af81a (patch)
tree3be8e41bb820b045e64eefff59ec7e36f4162971 /PKGBUILD
parent91e466e92b794fc894f0a1064ff2bfe0ddc50276 (diff)
downloadaur-365c95d8cb9af29a8e3f962ded9417ffee6af81a.tar.gz
revert PR:527, upstream merged
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9691b90e96aa..9b208c2602f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=alice-vision
#_fragment="#commit=eebc3e4f"
_fragment="#branch=develop"
pkgname=${_name}-git
-pkgver=2.0.0.r71.g7b5fcae4
+pkgver=2.0.0.r87.g6e8cc3b7
pkgrel=1
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms"
arch=('i686' 'x86_64')
@@ -19,13 +19,12 @@ source=("${pkgname}::git+https://github.com/alicevision/AliceVision.git${_fragme
"ute_lib::git+https://github.com/alicevision/uncertaintyTE.git"
"geogram::git+https://github.com/alicevision/geogram.git"
"submodule.patch"
- "https://github.com/alicevision/AliceVision/pull/527.diff"
)
md5sums=('SKIP'
'SKIP'
'SKIP'
'eb62c8be5a0d7ce537a928314c9d0028'
- '6cd19dc384b73f0767b1a48f281a4a77')
+ )
_CMAKE_FLAGS=(
-DCMAKE_INSTALL_PREFIX=/usr
@@ -55,7 +54,6 @@ prepare() {
# git config submodule.src/dependencies/osi_clp.url
git submodule update
git apply ${srcdir}/submodule.patch
- git apply ${srcdir}/527.diff
}