mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/primecount to 7.6-1
This commit is contained in:
parent
e5f4d447a8
commit
21cb91bd2a
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - set -DWITH_FLOAT128=OFF
|
||||
|
||||
pkgname=primecount
|
||||
pkgver=7.5
|
||||
pkgver=7.6
|
||||
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=('7dacea9ddd106eb1e69ff34963a2a79eab3931c283a46c2d0acb8de238a2b756')
|
||||
sha256sums=('e9a1fa2c41b9a7b84f2bead21b53cc9f7e2a5a0a34ddd818431a4e789aa44230')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue