extra/primecount to 7.14-1

This commit is contained in:
Kevin Mihelich 2024-08-02 22:12:48 +00:00
parent eaaeed180d
commit 94175906c6
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.13
pkgver = 7.14
pkgrel = 1
url = https://github.com/kimwalisch/primecount
arch = x86_64
@ -10,7 +10,7 @@ pkgbase = primecount
depends = gcc-libs
depends = glibc
depends = primesieve
source = git+https://github.com/kimwalisch/primecount#tag=v7.13
sha256sums = 1b6deb06588cd4b307ccd66b836e37242e45af8c727c9dca20a9eb582fb3a6e5
source = git+https://github.com/kimwalisch/primecount#tag=v7.14
sha256sums = 7720d7cf649805e8348b0985c638c4cf495774e9265379b3e719a85bb332f6c3
pkgname = primecount

View file

@ -4,7 +4,7 @@
# - set -DWITH_FLOAT128=OFF
pkgname=primecount
pkgver=7.13
pkgver=7.14
pkgrel=1
pkgdesc='Fast C++ prime counting function implementation'
arch=(x86_64)
@ -16,7 +16,7 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://github.com/kimwalisch/primecount#tag=v$pkgver)
sha256sums=('1b6deb06588cd4b307ccd66b836e37242e45af8c727c9dca20a9eb582fb3a6e5')
sha256sums=('7720d7cf649805e8348b0985c638c4cf495774e9265379b3e719a85bb332f6c3')
build() {
cmake -B build -S $pkgname \