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

View file

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