extra/primecount to 7.10-2

This commit is contained in:
Kevin Mihelich 2024-02-19 22:59:45 +00:00
parent 9d40c84d9d
commit f2dea579cf
3 changed files with 9 additions and 4 deletions

View file

@ -1,10 +1,10 @@
pkgbase = primecount
pkgdesc = Fast C++ prime counting function implementation
pkgver = 7.10
pkgrel = 1
pkgrel = 2
url = https://github.com/kimwalisch/primecount
arch = x86_64
license = BSD
license = BSD-2-Clause
makedepends = cmake
depends = gcc-libs
depends = glibc

View file

@ -0,0 +1,5 @@
[primecount]
source = 'github'
github = 'kimwalisch/primecount'
use_max_tag = true
prefix = 'v'

View file

@ -5,11 +5,11 @@
pkgname=primecount
pkgver=7.10
pkgrel=1
pkgrel=2
pkgdesc='Fast C++ prime counting function implementation'
arch=(x86_64)
url='https://github.com/kimwalisch/primecount'
license=(BSD)
license=(BSD-2-Clause)
depends=(gcc-libs
glibc
primesieve)