community/primecount to 7.1-1

This commit is contained in:
Kevin Mihelich 2021-08-14 14:11:13 +00:00
parent 6d0b6fb98d
commit 608b1d4de7

View file

@ -4,16 +4,16 @@
# - set -DWITH_FLOAT128=OFF
pkgname=primecount
pkgver=7.0
pkgver=7.1
pkgrel=1
pkgdesc="Fast C++ prime counting function implementation"
pkgdesc='Fast C++ prime counting function implementation'
arch=(x86_64)
url="https://github.com/kimwalisch/primecount"
url='https://github.com/kimwalisch/primecount'
license=(BSD)
depends=(primesieve)
makedepends=(cmake)
source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('2ddadd180e71f58894e5dcd84d05e388957cd97e792e1115ea5192b3d43b45a8')
sha256sums=('4f156f3945b613c9262156a25255f689abcaf30fff778c1d27b17126fcd1db72')
build() {
cmake -B build -S $pkgname-$pkgver \