mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/primecount to 7.2-1
This commit is contained in:
parent
5f5b6fe9b6
commit
9301e676a2
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - set -DWITH_FLOAT128=OFF
|
||||
|
||||
pkgname=primecount
|
||||
pkgver=7.1
|
||||
pkgver=7.2
|
||||
pkgrel=1
|
||||
pkgdesc='Fast C++ prime counting function implementation'
|
||||
arch=(x86_64)
|
||||
|
@ -13,7 +13,7 @@ license=(BSD)
|
|||
depends=(primesieve)
|
||||
makedepends=(cmake)
|
||||
source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('4f156f3945b613c9262156a25255f689abcaf30fff778c1d27b17126fcd1db72')
|
||||
sha256sums=('54c1eec33e665a780002dda20cf39ba0cefa8e846fdeda44734fb2265cba9257')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue