summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-08-05 19:03:30 +0200
committerbartus2018-08-05 19:05:45 +0200
commit7750edaff71c1da66ff998d3c969157896172e4a (patch)
treec0c850032e8e316e28320983ad0bf22fd7261f44
parent376fb56f011246edcf7d3d7ee939be1d33407bee (diff)
downloadaur-7750edaff71c1da66ff998d3c969157896172e4a.tar.gz
add missing deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9c67ac739e9..39a7647b316a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = meshroom
depends = python
depends = python-psutil
depends = python-pyside2
+ depends = qt5-base
+ depends = qt5-quickcontrols2
source = meshroom::git+https://github.com/alicevision/meshroom.git#commit=9bd70ed8ace83c6dde174178e17c5147bb50248f
source = voctree::git+https://gitlab.com/alicevision/trainedVocabularyTreeData.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0962e1ea36a7..d1db4bfea057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="http://alicevision.github.io/"
license=('MPL2')
groups=()
-depends=(alice-vision python python-psutil python-pyside2)
+depends=(alice-vision python python-psutil python-pyside2 qt5-base qt5-quickcontrols2)
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"