diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-04 12:49:04 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-04 12:49:04 -0700 |
commit | 9b64630b94be244e5217c7fdc5254a67a369ba7f (patch) | |
tree | 74bec39aa74b21833191974162c143cced93a011 /linux | |
parent | Use scdoc to generate manpages (diff) | |
download | smolbote-9b64630b94be244e5217c7fdc5254a67a369ba7f.tar.xz |
Added missing qt5-tools makedepend
Diffstat (limited to 'linux')
-rw-r--r-- | linux/makepkg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 179dab3..be9a4a9 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -14,7 +14,7 @@ license=('GPL3') depends=('qt5-webengine>=5.11.0' 'boost-libs>=1.66.0') optdepends=('firejail: launch a sandboxed instance') -makedepends=('git' 'meson' 'boost' 'python-kconfiglib' 'openssl' 'scdoc') +makedepends=('git' 'meson' 'boost' 'python-kconfiglib' 'openssl' 'scdoc' 'qt5-tools') # this is the central repository source=("git+https://neueland.iserlohn-fortress.net/gitea/aeon/smolbote.git" |