community/primecount to 7.6-1

This commit is contained in:
Kevin Mihelich 2022-12-08 00:23:40 +00:00
parent e5f4d447a8
commit 21cb91bd2a

View file

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