community/primecount to 7.8-1

This commit is contained in:
David Beauchamp 2023-03-28 19:17:59 -04:00
parent ec8b455d68
commit 9536a777f9

View file

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