[arch-commits] Commit in primecount/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Aug 14 10:18:08 UTC 2021
Date: Saturday, August 14, 2021 @ 10:18:08
Author: arojas
Revision: 998519
Update to 7.1
Modified:
primecount/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-14 10:09:26 UTC (rev 998518)
+++ PKGBUILD 2021-08-14 10:18:08 UTC (rev 998519)
@@ -1,16 +1,16 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=primecount
-pkgver=7.0
+pkgver=7.1
pkgrel=1
-pkgdesc="Fast C++ prime counting function implementation"
+pkgdesc='Fast C++ prime counting function implementation'
arch=(x86_64)
-url="https://github.com/kimwalisch/primecount"
+url='https://github.com/kimwalisch/primecount'
license=(BSD)
depends=(primesieve)
makedepends=(cmake)
source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('2ddadd180e71f58894e5dcd84d05e388957cd97e792e1115ea5192b3d43b45a8')
+sha256sums=('4f156f3945b613c9262156a25255f689abcaf30fff778c1d27b17126fcd1db72')
build() {
cmake -B build -S $pkgname-$pkgver \
More information about the arch-commits
mailing list