summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-08-10 16:52:59 +0200
committerbartus2021-08-10 17:02:40 +0200
commit224d349af659b849feeeae1cd3d4f86bf5fbf53a (patch)
tree61592415478f4d541ddbc9d5108871da41416a0a
parenta6a8ce17ab29a732d4eeed0596af5a3aa1e7ebf0 (diff)
downloadaur-224d349af659b849feeeae1cd3d4f86bf5fbf53a.tar.gz
Switch to alice-vision-git as default backend
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8612ef49e2e8..3dc9a87ebd6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = meshroom-git
makedepends = python-setuptools
makedepends = python-cx-freeze-qfix
makedepends = patchelf
- depends = alice-vision
+ depends = alice-vision-git
depends = alembic
depends = openimageio
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 6f1af8de23e0..42b818ae6b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://alicevision.github.io/"
license=('MPL2')
_depends_qt=(python-pyside2 qt5-quickcontrols{,2} qt5-3d qt5-graphicaleffects qt5-imageformats qt5-location qt5-svg)
#_depends_qt+=(qt5-datavis3d qt5-scxml)
-depends=(alice-vision alembic openimageio python python-psutil "${_depends_qt[@]}")
+depends=(alice-vision-git alembic openimageio python python-psutil "${_depends_qt[@]}")
makedepends=(git cmake python-setuptools python-cx_freeze-qfix patchelf)
source=("${name}::git+https://github.com/alicevision/meshroom.git${fragment}"
"voctree::git+https://gitlab.com/alicevision/trainedVocabularyTreeData.git"