summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfralonra2019-04-07 21:45:45 +0800
committerfralonra2019-04-07 21:45:45 +0800
commit515b2423c9456d2ea0779f04b74b58cbbf0cc1e3 (patch)
treede743e9a6393e053a9031a3bfdda650864058070
parent9e94e19e5deb5c6464a0bc13da768d003f75fc8c (diff)
downloadaur-515b2423c9456d2ea0779f04b74b58cbbf0cc1e3.tar.gz
add dep: qt5-tools
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c792704b8c1..90e660b6e613 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = zrandr
license = GPL
depends = xorg-xrandr
depends = qt5-base
+ depends = qt5-tools
source = https://github.com/fralonra/zrandr/archive/v0.3.1.tar.gz
md5sums = 254b8365bd2d0fa45428c59c9d87c357
diff --git a/PKGBUILD b/PKGBUILD
index 2b25ff9218dc..9106ddbc83b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A simple Qt5 front end for xrandr"
arch=('any')
url="https://github.com/fralonra/zrandr"
license=('GPL')
-depends=('xorg-xrandr' 'qt5-base')
+depends=('xorg-xrandr' 'qt5-base' 'qt5-tools')
source=("https://github.com/fralonra/$pkgname/archive/v${pkgver}.tar.gz")
md5sums=('254b8365bd2d0fa45428c59c9d87c357')