summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluspi2016-05-18 08:36:25 -0230
committerluspi2016-05-18 08:36:25 -0230
commitcd9e723ca36912744efa5e5f382a4727cae3f04e (patch)
tree12abedad01dd43e07c78aa32c1376eaefce47059
parentd9b6a016bd0b3704a10d65442edf588df0de1a4f (diff)
downloadaur-cd9e723ca36912744efa5e5f382a4727cae3f04e.tar.gz
[1.4] add missing dependency
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca8072ecde0f..964cf616230f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue May 17 23:04:18 UTC 2016
+# Wed May 18 11:05:54 UTC 2016
pkgbase = photoqt
pkgdesc = Fast and highly configurable image viewer with a simple and nice interface.
pkgver = 1.4
@@ -19,6 +19,7 @@ pkgbase = photoqt
depends = qt5-declarative
depends = qt5-quickcontrols
depends = libraw
+ depends = qt5-graphicaleffects
optdepends = libqpsd-git: PSB/PSD support
optdepends = xcftools: XCF support
source = http://photoqt.org/pkgs/photoqt-1.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 910d14bf9b6a..34329b9629b5 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' 'qt5-quickcontrols' 'libraw')
+depends=('exiv2' 'graphicsmagick' 'qt5-imageformats' 'qt5-multimedia' 'qt5-svg' 'qt5-declarative' 'qt5-quickcontrols' 'libraw' 'qt5-graphicaleffects')
optdepends=('libqpsd-git: PSB/PSD support'
'xcftools: XCF support')
makedepends=('cmake' 'qt5-tools')