From 11e7150bc0c4294b3432939a3641901d57da9cc3 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 3 May 2022 23:37:50 +0000 Subject: [PATCH] community/primecount to 7.3-1 --- community/primecount/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/primecount/PKGBUILD b/community/primecount/PKGBUILD index bd3deb09e..00833143d 100644 --- a/community/primecount/PKGBUILD +++ b/community/primecount/PKGBUILD @@ -4,7 +4,7 @@ # - set -DWITH_FLOAT128=OFF pkgname=primecount -pkgver=7.2 +pkgver=7.3 pkgrel=1 pkgdesc='Fast C++ prime counting function implementation' arch=(x86_64) @@ -13,7 +13,7 @@ license=(BSD) depends=(primesieve) makedepends=(cmake) source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('54c1eec33e665a780002dda20cf39ba0cefa8e846fdeda44734fb2265cba9257') +sha256sums=('471fe21461e42e5f28404e17ff840fb527b3ec4064853253ee22cf4a81656332') build() { cmake -B build -S $pkgname-$pkgver \