summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-08-05 19:03:30 +0200
committerbartus2018-08-05 19:05:45 +0200
commit7750edaff71c1da66ff998d3c969157896172e4a (patch)
treec0c850032e8e316e28320983ad0bf22fd7261f44 /PKGBUILD
parent376fb56f011246edcf7d3d7ee939be1d33407bee (diff)
downloadaur-7750edaff71c1da66ff998d3c969157896172e4a.tar.gz
add missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"