mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/primecount to 7.10-2
This commit is contained in:
parent
9d40c84d9d
commit
f2dea579cf
3 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
5
extra/primecount/.nvchecker.toml
Normal file
5
extra/primecount/.nvchecker.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[primecount]
|
||||
source = 'github'
|
||||
github = 'kimwalisch/primecount'
|
||||
use_max_tag = true
|
||||
prefix = 'v'
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue