summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Tran2023-06-04 17:42:19 +1000
committerVictor Tran2023-06-04 17:42:19 +1000
commitf2648aecd1ce4d8efcede6e949b651e58200f631 (patch)
tree5cc5b1944d8912223ace288d8ad0d900e25875ba /PKGBUILD
parent9412f6d45ad02cc53b4353cf494fc7b77050df5f (diff)
downloadaur-tsscreenlock.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')