diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-05-05 08:51:29 +0300 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-05-05 08:52:43 +0300 |
commit | 18022ff96cf7267a4909bcf5b1c6f67b4bf30cc8 (patch) | |
tree | ad93a52f1cac5e5e1b9d427f295311b6278fa7b3 /linux | |
parent | Add plugin signature verification policies (diff) | |
parent | Added spdlog makedepend (diff) | |
download | smolbote-18022ff96cf7267a4909bcf5b1c6f67b4bf30cc8.tar.xz |
Merge branch 'master' of origin
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..cd63cef 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' 'qt5-tools' 'scdoc' 'spdlog') # this is the central repository source=("git+https://neueland.iserlohn-fortress.net/gitea/aeon/smolbote.git" |