From ac5080418e20e46266a8136ac48eddbb6e5f8c80 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 11 May 2025 11:50:01 -0400 Subject: [PATCH] valgrind: rebuild to fix pc: provides --- srcpkgs/valgrind/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index a91258cec1b..b495f97ba65 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,7 +1,7 @@ # Template file for 'valgrind' pkgname=valgrind version=3.25.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-tls --without-mpicc --enable-lto=yes" hostmakedepends="automake perl pkg-config"