community/primecount to 7.4-1

This commit is contained in:
Kevin Mihelich 2022-07-06 13:58:43 +00:00
parent bec36e6843
commit f7a1886c62

View file

@ -4,8 +4,8 @@
# - set -DWITH_FLOAT128=OFF
pkgname=primecount
pkgver=7.3
pkgrel=2
pkgver=7.4
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=(primesieve)
makedepends=(cmake)
source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('471fe21461e42e5f28404e17ff840fb527b3ec4064853253ee22cf4a81656332')
sha256sums=('6362887e80e849dd1c396ccec773e5a3a7904371b46f1d495d320d31f9c1ae28')
build() {
cmake -B build -S $pkgname-$pkgver \