summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Spies2015-08-25 15:47:12 -0230
committerLukas Spies2015-08-25 15:47:12 -0230
commit4f5c9903d0814ca887a905b6f570647e30b72d11 (patch)
tree7b098b773f88d34726a22e1a0346eca4946663f3 /PKGBUILD
parent6d458d31af019dc65f9e7b3530e18f6138cdfc78 (diff)
downloadaur-4f5c9903d0814ca887a905b6f570647e30b72d11.tar.gz
fix missing dependency on 'qt5-quickcontrols'
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb3e723d27e4..f43b7ad7b77f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Fast and highly configurable image viewer with a simple and nice interf
arch=('i686' 'x86_64')
url="http://photoqt.org/"
license=('GPL2')
-depends=('exiv2' 'graphicsmagick' 'qt5-imageformats' 'qt5-multimedia' 'qt5-svg' 'qt5-declarative')
+depends=('exiv2' 'graphicsmagick' 'qt5-imageformats' 'qt5-multimedia' 'qt5-svg' 'qt5-declarative' 'qt5-quickcontrols')
optdepends=('libqpsd-git: PSB/PSD support'
'xcftools: XCF support')
makedepends=('cmake' 'qt5-tools')