aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-10-22 23:44:52 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-10-22 23:44:52 -0700
commiteaf174357c7a0f0cc202f19d661f3c0fda811ee1 (patch)
tree917c066d479d21f21e9c95cca6a99a8764fcbc5e
parentUse github.com/Taywee/args to parse command line (diff)
downloadsmolbote-eaf174357c7a0f0cc202f19d661f3c0fda811ee1.tar.xz
Change spdlog from makedepends to depends
-rw-r--r--linux/makepkg/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD
index 4fed183..59f454d 100644
--- a/linux/makepkg/PKGBUILD
+++ b/linux/makepkg/PKGBUILD
@@ -12,9 +12,9 @@ install="smolbote.install"
arch=('x86_64')
license=('GPL3')
-depends=('qt5-webengine>=5.11.0' 'boost-libs>=1.66.0')
+depends=('qt5-webengine>=5.11.0' 'boost-libs>=1.66.0' 'spdlog')
optdepends=('firejail: launch a sandboxed instance')
-makedepends=('git' 'meson' 'boost' 'python-kconfiglib' 'openssl' 'qt5-tools' 'scdoc' 'spdlog')
+makedepends=('git' 'meson' 'boost' 'python-kconfiglib' 'openssl' 'qt5-tools' 'scdoc')
# this is the central repository
source=("git+https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote.git"