git » spectacle.git » commit 14d0daf

Add qt5-tools dependency (FS#64158)

author Antonio Rojas
2019-10-17 21:33:08 UTC
committer Antonio Rojas
2019-10-17 21:33:08 UTC
parent 589135247f5dd06519770c761cf055a5d300471a

Add qt5-tools dependency (FS#64158)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2239270..f40c843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
 
 pkgname=spectacle
 pkgver=19.08.2
-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 kwayland)
+depends=(xcb-util-cursor libkipi purpose knewstuff kwayland qt5-tools)
 makedepends=(extra-cmake-modules kdoctools)
 optdepends=('kipi-plugins: export to various online services')
 groups=(kde-applications kdegraphics)