From bb6784c0f5a5c78791e1d757c335ad6f825fece8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 6 Mar 2026 17:02:46 -0300 Subject: [PATCH 1/2] primesieve: update to 12.13. --- srcpkgs/primesieve/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/primesieve/template b/srcpkgs/primesieve/template index 3546f637634eec..da5ab98f6652cf 100644 --- a/srcpkgs/primesieve/template +++ b/srcpkgs/primesieve/template @@ -1,6 +1,6 @@ # Template file for 'primesieve' pkgname=primesieve -version=12.11 +version=12.13 revision=1 build_style=cmake configure_args="-DBUILD_TESTS=ON -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF" @@ -10,7 +10,7 @@ license="BSD-2-Clause" homepage="https://github.com/kimwalisch/primesieve" changelog="https://raw.githubusercontent.com/kimwalisch/primesieve/master/ChangeLog" distfiles="https://github.com/kimwalisch/primesieve/archive/refs/tags/v${version}.tar.gz" -checksum=a4f15a055a60fcc5b2198335ca39f3e78cf9eade4b2fe258fe16b3bf1ba4abbb +checksum=4cd3f1b70f6b02d695e6495e6a0fc0fa99b4dc043e0f21686d2cf409e98295c9 post_install() { vlicense COPYING From e39b0c8209bf767e0f5ce02f7c152039a2d8de1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 6 Mar 2026 17:04:03 -0300 Subject: [PATCH 2/2] primecount: update to 8.2. --- srcpkgs/primecount/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/primecount/template b/srcpkgs/primecount/template index 9f3ed5ab5336cf..6cfb00c764fd8e 100644 --- a/srcpkgs/primecount/template +++ b/srcpkgs/primecount/template @@ -1,6 +1,6 @@ # Template file for 'primecount' pkgname=primecount -version=8.0 +version=8.2 revision=1 build_style=cmake configure_args="-DBUILD_TESTS=ON -DBUILD_LIBPRIMESIEVE=OFF @@ -12,7 +12,7 @@ license="BSD-2-Clause" homepage="https://github.com/kimwalisch/primecount/" changelog="https://raw.githubusercontent.com/kimwalisch/primecount/master/ChangeLog" distfiles="https://github.com/kimwalisch/primecount/archive/refs/tags/v${version}.tar.gz" -checksum=0265081f45fc938a892a1fd975edb4ff2c097359fc2bfeb739be3d7a759cd36c +checksum=870f2c17b660449d10a593b31d2c69e720ff8060ec1b5099c37f451c005f671e post_install() { vlicense COPYING