From 37edf49d03152c84a0f2e89e9471af30aaf5d0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 6 Dec 2022 20:03:39 -0300 Subject: [PATCH 1/2] primesieve: update to 11.0. --- common/shlibs | 2 +- srcpkgs/primesieve/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 63c81858255f..cb938e8145b5 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4067,7 +4067,7 @@ libbraiding.so.0 libbraiding-1.1_1 libstemmer.so.2 libstemmer-2.1.0_1 libdecor-0.so.0 libdecor-0.1.0_1 libprimecount.so.7 primecount-7.2_1 -libprimesieve.so.10 primesieve-8.0_1 +libprimesieve.so.11 primesieve-11.0_1 libavif.so.15 libavif-0.11.0_1 libkdumpfile.so.10 libkdumpfile-0.4.1_1 libamd.so.3 SuiteSparse-6.0.1_1 diff --git a/srcpkgs/primesieve/template b/srcpkgs/primesieve/template index 03eda71f90b5..5c93e24cba9e 100644 --- a/srcpkgs/primesieve/template +++ b/srcpkgs/primesieve/template @@ -1,6 +1,6 @@ # Template file for 'primesieve' pkgname=primesieve -version=8.0 +version=11.0 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=9fba723221535dbf1e30c582c5009eeb032464704da01a0c8541d8cf2a698803 +checksum=b29a7ec855764ce7474d00be03e1d83209bd097faa3778382dfb73a06866097e if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" From 388c5a2335d0e84525059c5dce2d1b744f09ad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 6 Dec 2022 20:04:53 -0300 Subject: [PATCH 2/2] primecount: update to 7.5. --- srcpkgs/primecount/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/primecount/template b/srcpkgs/primecount/template index 5e0ae4edc462..d08032dfc836 100644 --- a/srcpkgs/primecount/template +++ b/srcpkgs/primecount/template @@ -1,6 +1,6 @@ # Template file for 'primecount' pkgname=primecount -version=7.4 +version=7.5 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=6362887e80e849dd1c396ccec773e5a3a7904371b46f1d495d320d31f9c1ae28 +checksum=7dacea9ddd106eb1e69ff34963a2a79eab3931c283a46c2d0acb8de238a2b756 build_options="native_build"