summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2021-04-28 17:46:41 +0200
committerbartus2021-04-28 17:46:41 +0200
commit0242fe1fc0ae44f5d7609052fce56108f3c6368c (patch)
treebd47a8f1dcfd7008bb9dd08ee97399f60be333cb /PKGBUILD
parentdfd27246a75d12abb5ffe9e47aebf0117273e43b (diff)
downloadaur-0242fe1fc0ae44f5d7609052fce56108f3c6368c.tar.gz
Switch to alembic-qfix for `imath` miss capitalization fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d06aebb13cc1..753742a2edad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ name=meshroom
fragment="#tag=v2021.1.0"
pkgname=${name}
pkgver=${fragment#\#tag=v}
-pkgrel=3
+pkgrel=4
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"