summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-04-23 21:45:56 +0200
committerbartus2021-04-23 21:45:56 +0200
commit30640efa2a155a63e2b72d333fe2d9ff11d7566f (patch)
tree57d83606351b7187f5345ef2e026cc4c353f3cf7
parentf81b347edc0fc10979a0dfc899946f647cdd1991 (diff)
downloadaur-30640efa2a155a63e2b72d333fe2d9ff11d7566f.tar.gz
Switch to alembic-qfix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 901cef031b3b..7ba1e293176e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meshroom
pkgdesc = Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework.
pkgver = 2021.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://alicevision.github.io/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = meshroom
makedepends = python-setuptools
makedepends = patchelf
depends = alice-vision
- depends = alembic
+ depends = alembic-qfix
depends = openimageio
depends = python
depends = python-psutil
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"