From 31ea6c9c0c87c3bd8122b1afda80bc0e67586988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sun, 13 Apr 2025 13:36:14 +0300 Subject: [PATCH] catch 3.8.1 --- catch2/alr.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/catch2/alr.sh b/catch2/alr.sh index 21d1036..1236973 100644 --- a/catch2/alr.sh +++ b/catch2/alr.sh @@ -1,5 +1,5 @@ name='catch2' -version='3.8.0' +version='3.8.1' release='1' desc='Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD.' homepage='https://github.com/catchorg/catch2' @@ -38,3 +38,10 @@ package() { DESTDIR="${pkgdir}" cmake --install "${name}"/build } +files() { + printf '"%s" ' ./usr/include/catch2/**/* + printf '"%s" ' ./usr/lib/cmake/Catch2/* + printf '"%s" ' ./usr/share/Catch2/* + printf '"%s" ' ./usr/share/doc/Catch2/* + printf '"%s" ' ./usr/share/pkgconfig/* +}