summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4612bf5c6a6f..3ab3c24e65e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = tsscreenlock
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = qt5-tools
depends = qt5-base
depends = qt5-multimedia
depends = qt5-x11extras
diff --git a/PKGBUILD b/PKGBUILD
index 7ca8e239367d..f5f9fa6cb505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("x86_64")
url="https://github.com/vicr123/tsscreenlock"
license=('GPL3')
depends=('qt5-base' 'qt5-multimedia' 'qt5-x11extras' 'qt5-svg' 'the-libs' 'libtdesktopenvironment')
-makedepends=('git')
+makedepends=('git' 'qt5-tools')
conflicts=('tscheckpass')
replaces=('tscheckpass')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/tsscreenlock#branch=master')