summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39a7647b316a..58fab9dd9701 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 = r762.9bd70ed
- pkgrel = 2
+ pkgrel = 3
url = http://alicevision.github.io/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = meshroom
depends = python
depends = python-psutil
depends = python-pyside2
- depends = qt5-base
+ depends = qt5-quickcontrols
depends = qt5-quickcontrols2
source = meshroom::git+https://github.com/alicevision/meshroom.git#commit=9bd70ed8ace83c6dde174178e17c5147bb50248f
source = voctree::git+https://gitlab.com/alicevision/trainedVocabularyTreeData.git
diff --git a/PKGBUILD b/PKGBUILD
index d1db4bfea057..4d3ea042df2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ fragment="#commit=9bd70ed8ace83c6dde174178e17c5147bb50248f"
#fragment="#branch=develop"
pkgname=${name}
pkgver=r762.9bd70ed
-pkgrel=2
+pkgrel=3
pkgdesc="Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework."
arch=('i686' 'x86_64')
url="http://alicevision.github.io/"
license=('MPL2')
groups=()
-depends=(alice-vision python python-psutil python-pyside2 qt5-base qt5-quickcontrols2)
+depends=(alice-vision python python-psutil python-pyside2 qt5-quickcontrols{,2})
makedepends=(git python-setuptools python-cx_freeze)
source=("${pkgname}::git+https://github.com/alicevision/meshroom.git${fragment}"
"voctree::git+https://gitlab.com/alicevision/trainedVocabularyTreeData.git"