extra/primecount to 7.9-1

This commit is contained in:
Kevin Mihelich 2023-07-04 06:02:49 +00:00
parent c2282d093d
commit 293533a2f2

View file

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