From 814abcb9f99293d56270900abd1bcdcb9053910c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 19 Feb 2024 20:42:18 -0300 Subject: [PATCH] primecount: bump for primesieve --- srcpkgs/primecount/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/primecount/template b/srcpkgs/primecount/template index 05486f5f7e8..32f64bbc992 100644 --- a/srcpkgs/primecount/template +++ b/srcpkgs/primecount/template @@ -1,7 +1,7 @@ # Template file for 'primecount' pkgname=primecount version=7.10 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTS=ON -DBUILD_LIBPRIMESIEVE=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF"