Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
primecount
Commits:
f52e121f by Antonio Rojas at 2026-01-26T20:28:52+01:00
upgpkg: 8.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = primecount
pkgdesc = Fast C++ prime counting function implementation
- pkgver = 8.0
+ pkgver = 8.1
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=v8.0
- sha256sums =
fb72728e0f5abec35321647a5f717c1842ca2cb3f011bda1e15fd6e0c92237d3
+ source = git+https://github.com/kimwalisch/primecount#tag=v8.1
+ sha256sums =
fef6554110763dfaf000b2b9453eb7003e90c741f1bc226170a30ae7b3809051
pkgname = primecount
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=primecount
-pkgver=8.0
+pkgver=8.1
pkgrel=1
pkgdesc='Fast C++ prime counting function implementation'
arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://github.com/kimwalisch/primecount#tag=v$pkgver)
-sha256sums=('fb72728e0f5abec35321647a5f717c1842ca2cb3f011bda1e15fd6e0c92237d3')
+sha256sums=('fef6554110763dfaf000b2b9453eb7003e90c741f1bc226170a30ae7b3809051')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/primecount/-/commit/f52e121f23a2d70bc2b036d414855f3f994b8078
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/primecount/-/commit/f52e121f23a2d70bc2b036d414855f3f994b8078
You're receiving this email because of your account on gitlab.archlinux.org.