[arch-commits] Commit in spdlog/trunk (PKGBUILD)

Brett Cornwall ainola at gemini.archlinux.org
Sat Feb 5 04:25:42 UTC 2022


    Date: Saturday, February 5, 2022 @ 04:25:41
  Author: ainola
Revision: 1126389

Enable debug

Modified:
  spdlog/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-05 04:24:01 UTC (rev 1126388)
+++ PKGBUILD	2022-02-05 04:25:41 UTC (rev 1126389)
@@ -4,7 +4,7 @@
 
 pkgname=spdlog
 pkgver=1.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Very fast, header-only/compiled, C++ logging library'
 arch=('x86_64')
 url='https://github.com/gabime/spdlog'
@@ -11,6 +11,7 @@
 license=('MIT')
 depends=('libfmt.so')
 makedepends=('cmake')
+options=(debug)
 source=(
     "$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz"
 )



More information about the arch-commits mailing list