git » spectacle.git » commit bbfa8ab

Add qt5-quickcontrols dependency (FS#60148)

author Antonio Rojas
2018-09-21 20:20:01 UTC
committer Antonio Rojas
2018-09-21 20:20:01 UTC
parent fee69b750a9d6a7b22cf63ed4ebb4977b64773b3

Add qt5-quickcontrols dependency (FS#60148)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index e1d5609..9a9c389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
 
 pkgname=spectacle
 pkgver=18.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE screenshot capture utility"
 arch=(x86_64)
 url='https://www.kde.org/applications/graphics/'
 license=(GPL)
-depends=(xcb-util-cursor libkipi purpose knewstuff)
+depends=(xcb-util-cursor libkipi purpose knewstuff qt5-quickcontrols)
 makedepends=(extra-cmake-modules kdoctools)
 optdepends=('kipi-plugins: export to various online services')
 conflicts=(kdegraphics-ksnapshot kscreengenie)