extra/primecount to 7.12-1

This commit is contained in:
Kevin Mihelich 2024-04-02 23:23:00 +00:00
parent 800b059be1
commit 48a153a4a7
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = primecount
pkgdesc = Fast C++ prime counting function implementation
pkgver = 7.11
pkgver = 7.12
pkgrel = 1
url = https://github.com/kimwalisch/primecount
arch = x86_64
@ -9,7 +9,7 @@ pkgbase = primecount
depends = gcc-libs
depends = glibc
depends = primesieve
source = https://github.com/kimwalisch/primecount/archive/v7.11/primecount-7.11.tar.gz
sha256sums = e5b015555b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9
source = https://github.com/kimwalisch/primecount/archive/v7.12/primecount-7.12.tar.gz
sha256sums = b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c
pkgname = primecount

View file

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