summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2021-04-23 21:45:56 +0200
committerbartus2021-04-23 21:45:56 +0200
commit30640efa2a155a63e2b72d333fe2d9ff11d7566f (patch)
tree57d83606351b7187f5345ef2e026cc4c353f3cf7 /PKGBUILD
parentf81b347edc0fc10979a0dfc899946f647cdd1991 (diff)
downloadaur-30640efa2a155a63e2b72d333fe2d9ff11d7566f.tar.gz
Switch to alembic-qfix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efd85690cd75..8eb9402b75c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ name=meshroom
fragment="#tag=v2021.1.0"
pkgname=${name}
pkgver=${fragment#\#tag=v}
-pkgrel=1
+pkgrel=2
pkgdesc="Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework."
arch=('i686' 'x86_64')
url="https://alicevision.github.io/"
@@ -13,7 +13,7 @@ license=('MPL2')
groups=()
_depends_qt=(python-pyside2 qt5-quickcontrols{,2} qt5-3d qt5-graphicaleffects qt5-imageformats qt5-location qt5-svg qt5-charts)
#_depends_qt+=(qt5-datavis3d qt5-scxml)
-depends=(alice-vision alembic openimageio python python-psutil "${_depends_qt[@]}")
+depends=(alice-vision alembic-qfix openimageio python python-psutil "${_depends_qt[@]}")
makedepends=(git cmake python-{cx_freeze,idna,setuptools} patchelf)
source=("${pkgname}::git+https://github.com/alicevision/meshroom.git${fragment}"
"voctree::git+https://gitlab.com/alicevision/trainedVocabularyTreeData.git"