From 7c34859e0cff24f2c5f8ac1bee18a1126475e69c Mon Sep 17 00:00:00 2001 From: Zyansheep <20029431+zyansheep@users.noreply.github.com> Date: Thu, 26 Mar 2020 11:45:22 -0400 Subject: [PATCH 1/2] yaourt is outdated and insecure, use yay Not maintained anymore: https://archlinux.fr/yaourt-en Alternatively: spdlog is now apart of the community repo (https://www.archlinux.org/packages/community/x86_64/spdlog/) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4acf5dfa..b039952a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ cmake .. && make -j * FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean` * Fedora: `yum install spdlog` * Gentoo: `emerge dev-libs/spdlog` -* Arch Linux: `yaourt -S spdlog-git` +* Arch Linux: `yay -S spdlog-git` * vcpkg: `vcpkg install spdlog` * conan: `spdlog/[>=1.4.1]` * conda: `conda install -c conda-forge spdlog` From c98152e9d0bc9efb02eedc2213874fa0052a98e0 Mon Sep 17 00:00:00 2001 From: Zyansheep <20029431+zyansheep@users.noreply.github.com> Date: Thu, 26 Mar 2020 16:25:38 -0400 Subject: [PATCH 2/2] Use community database instead of AUR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b039952a..503d6049 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ cmake .. && make -j * FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean` * Fedora: `yum install spdlog` * Gentoo: `emerge dev-libs/spdlog` -* Arch Linux: `yay -S spdlog-git` +* Arch Linux: `pacman -S spdlog` * vcpkg: `vcpkg install spdlog` * conan: `spdlog/[>=1.4.1]` * conda: `conda install -c conda-forge spdlog`