community/primecount to 7.7-1

This commit is contained in:
Kevin Mihelich 2023-03-26 21:01:42 +00:00
parent b066456455
commit 329730ca29

View file

@ -4,7 +4,7 @@
# - set -DWITH_FLOAT128=OFF
pkgname=primecount
pkgver=7.6
pkgver=7.7
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=('e9a1fa2c41b9a7b84f2bead21b53cc9f7e2a5a0a34ddd818431a4e789aa44230')
sha256sums=('b12ca96f9ad89b4fa328d1495bcb121a6320d2eda51108b71eefce7547a11a1a')
build() {
cmake -B build -S $pkgname-$pkgver \