summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Spencer2019-08-28 22:44:15 +0100
committerJames Spencer2019-08-28 22:44:15 +0100
commit1c035861daafbe6695cb9d4f786e68705360fdba (patch)
tree42f37d688ec9d7eac3a6909881e912d08d5f6751 /PKGBUILD
parent550fef7b6bcb19924190ab97a23fbaa6b6b73643 (diff)
downloadaur-1c035861daafbe6695cb9d4f786e68705360fdba.tar.gz
Update to 6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5549c60d1340..b098f7156f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=scorep
-pkgver=5.0
+pkgver=6.0
pkgrel=1
pkgdesc="Highly scalable and easy-to-use tool suite for profiling, event tracing, and online analysis of HPC applications."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://www.vi-hps.org/projects/score-p/"
license=('BSD')
depends=('cubew' 'cubelib' 'openmpi' 'otf2' 'opari2')
source=(https://www.vi-hps.org/cms/upload/packages/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('afd8f9ad04b0386c3768f190cd1923f4a8d2d463')
+sha256sums=('5dc1023eb766ba5407f0b5e0845ec786e0021f1da757da737db1fb71fc4236b8')
build() {
cd "$srcdir/$pkgname-$pkgver"