From ad26daa8960ff6feb2a6bcaad4b57aa50c2fc8ca Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 21 Mar 2020 20:47:45 +0000 Subject: [PATCH] community/primecount to 6.0-1 --- community/primecount/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/primecount/PKGBUILD b/community/primecount/PKGBUILD index 49e5753e1..10a0bd57a 100644 --- a/community/primecount/PKGBUILD +++ b/community/primecount/PKGBUILD @@ -4,8 +4,8 @@ # - set -DWITH_FLOAT128=OFF pkgname=primecount -pkgver=5.3 -pkgrel=2 +pkgver=6.0 +pkgrel=1 pkgdesc="Fast C++ prime counting function implementation" arch=(x86_64) url="https://github.com/kimwalisch/primecount" @@ -13,7 +13,7 @@ license=(BSD) depends=(openmpi primesieve) makedepends=(cmake) source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz") -sha256sums=('4de334432378d0a195883894faca3f2aeebd2b37ca6aa973ffbb33bd795c0f30') +sha256sums=('9f135e82c25e6ffa5223963dfc6978657966ac37c67d3ee6d10ab2362c889863') prepare() { mkdir -p build