From 05389fcbaa6a549c790da9105fe5242ae3619f97 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Fri, 20 Oct 2023 20:02:50 +0200
Subject: [PATCH] catch2: fix deceiving description

Catch2 isn't header only since version v3.0.0.
---
 srcpkgs/catch2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/catch2/template b/srcpkgs/catch2/template
index 92f07bd8029..feddfed76b9 100644
--- a/srcpkgs/catch2/template
+++ b/srcpkgs/catch2/template
@@ -8,7 +8,7 @@ configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON
  -DCATCH_ENABLE_COVERAGE=OFF -DCATCH_ENABLE_WERROR=OFF
  -DCATCH_INSTALL_DOCS=ON -DCATCH_INSTALL_HELPERS=ON"
 hostmakedepends="python3"
-short_desc="C++ header-only test framework for unit-tests, TDD and BDD"
+short_desc="C++ test framework for unit-tests, TDD and BDD"
 maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
 license="BSL-1.0"
 homepage="https://github.com/catchorg/Catch2"