community/primecount to 7.5-1

This commit is contained in:
Kevin Mihelich 2022-12-07 00:50:57 +00:00
parent f95019d9da
commit fcbffcaa13

View file

@ -4,7 +4,7 @@
# - set -DWITH_FLOAT128=OFF
pkgname=primecount
pkgver=7.4
pkgver=7.5
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=('6362887e80e849dd1c396ccec773e5a3a7904371b46f1d495d320d31f9c1ae28')
sha256sums=('7dacea9ddd106eb1e69ff34963a2a79eab3931c283a46c2d0acb8de238a2b756')
build() {
cmake -B build -S $pkgname-$pkgver \