[arch-commits] Commit in primecount/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Apr 20 20:38:52 UTC 2019


    Date: Saturday, April 20, 2019 @ 20:38:51
  Author: arojas
Revision: 452415

Update to 4.7

Modified:
  primecount/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-20 20:36:35 UTC (rev 452414)
+++ PKGBUILD	2019-04-20 20:38:51 UTC (rev 452415)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=primecount
-pkgver=4.6
+pkgver=4.7
 pkgrel=1
 pkgdesc="Fast C++ prime counting function implementation"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz")
-sha256sums=('cf4567cbc54f3a6e99a6e202e88f6a1ec9357ea07e94699ce4014353a8b9e0d9')
+sha256sums=('e55bd10587af09073118b44053e7cedbc41708da692dd020b08301fff8148890')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list