From 69ee3a617dce2dd5dc3b6def215e5d17d0656583 Mon Sep 17 00:00:00 2001 From: Integral Date: Tue, 24 Dec 2024 18:14:24 +0800 Subject: [PATCH] aliases.yaml: add spdlog & fmt --- lilac2/aliases.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lilac2/aliases.yaml b/lilac2/aliases.yaml index b49d5bba..58add481 100644 --- a/lilac2/aliases.yaml +++ b/lilac2/aliases.yaml @@ -73,3 +73,13 @@ libcrypto: alpm: openssl provided: libcrypto.so strip_release: true +spdlog: + source: alpm + alpm: spdlog + provided: libspdlog.so + strip_release: true +fmt: + source: alpm + alpm: fmt + provided: libfmt.so + strip_release: true