summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-11-26 12:27:41 +0100
committerbartus2018-11-26 12:27:41 +0100
commit365c95d8cb9af29a8e3f962ded9417ffee6af81a (patch)
tree3be8e41bb820b045e64eefff59ec7e36f4162971
parent91e466e92b794fc894f0a1064ff2bfe0ddc50276 (diff)
downloadaur-365c95d8cb9af29a8e3f962ded9417ffee6af81a.tar.gz
revert PR:527, upstream merged
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06c8795d1f27..ad1e4f39c297 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alice-vision-git
pkgdesc = Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms
- pkgver = 2.0.0.r71.g7b5fcae4
+ pkgver = 2.0.0.r87.g6e8cc3b7
pkgrel = 1
url = http://alicevision.github.io/
arch = i686
@@ -34,12 +34,10 @@ pkgbase = alice-vision-git
source = ute_lib::git+https://github.com/alicevision/uncertaintyTE.git
source = geogram::git+https://github.com/alicevision/geogram.git
source = submodule.patch
- source = https://github.com/alicevision/AliceVision/pull/527.diff
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = eb62c8be5a0d7ce537a928314c9d0028
- md5sums = 6cd19dc384b73f0767b1a48f281a4a77
pkgname = alice-vision-git
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
}