diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-04 12:57:46 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-04 12:57:46 -0700 |
commit | 7ffd80c396ad62d622e6aeaf59ae2dbbebe576d2 (patch) | |
tree | dfad7ba1b41de494dbc5dda5141da24e79a7832a /linux/makepkg | |
parent | Added missing qt5-tools makedepend (diff) | |
download | smolbote-7ffd80c396ad62d622e6aeaf59ae2dbbebe576d2.tar.xz |
Added spdlog makedepend
Diffstat (limited to 'linux/makepkg')
-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 be9a4a9..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' 'qt5-tools') +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" |