extra/primecount to 7.11-1

This commit is contained in:
David Beauchamp 2024-03-12 12:20:07 -04:00
parent a8e6b6f483
commit 6bc95fba2e
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = primecount
pkgdesc = Fast C++ prime counting function implementation
pkgver = 7.10
pkgrel = 2
pkgver = 7.11
pkgrel = 1
url = https://github.com/kimwalisch/primecount
arch = x86_64
license = BSD-2-Clause
@ -9,7 +9,7 @@ pkgbase = primecount
depends = gcc-libs
depends = glibc
depends = primesieve
source = https://github.com/kimwalisch/primecount/archive/v7.10/primecount-7.10.tar.gz
sha256sums = 0a0e9aaa25d8c24d06f0612fc01cd0c31f3eac4e096a9248fc041dd42dc60afb
source = https://github.com/kimwalisch/primecount/archive/v7.11/primecount-7.11.tar.gz
sha256sums = e5b015555b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9
pkgname = primecount

View file

@ -4,8 +4,8 @@
# - set -DWITH_FLOAT128=OFF
pkgname=primecount
pkgver=7.10
pkgrel=2
pkgver=7.11
pkgrel=1
pkgdesc='Fast C++ prime counting function implementation'
arch=(x86_64)
url='https://github.com/kimwalisch/primecount'
@ -15,7 +15,7 @@ depends=(gcc-libs
primesieve)
makedepends=(cmake)
source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('0a0e9aaa25d8c24d06f0612fc01cd0c31f3eac4e096a9248fc041dd42dc60afb')
sha256sums=('e5b015555b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9')
build() {
cmake -B build -S $pkgname-$pkgver \