From e79c4d8c38b48a48760620e9a6314a9642e9c766 Mon Sep 17 00:00:00 2001 From: meator 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 92f07bd8029e8..feddfed76b9df 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 " license="BSL-1.0" homepage="https://github.com/catchorg/Catch2"