summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Spencer2016-05-12 22:05:44 +0100
committerJames Spencer2016-05-12 22:05:44 +0100
commit3466f097b828e8a3d72fc5a225505e1e093196d3 (patch)
tree59245d38547c0657e6deece6ab87005a1a941d55 /PKGBUILD
parentd0089cd92721e903919070ba8d0b07b348261bbd (diff)
downloadaur-3466f097b828e8a3d72fc5a225505e1e093196d3.tar.gz
Update to 2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0648355c797b..362806e1e1d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=scorep
-pkgver=1.4.2
+pkgver=2.0.1
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=('cube-perf' 'openmpi' 'otf2' 'opari2')
source=(http://www.vi-hps.org/upload/packages/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('bd792ba590ca25e37bc0bca1a3b927e7ca4e98e6')
+sha1sums=('8d77e80f2c56ffa53eebc4ccc5df52d3dd67c22f')
build() {
cd "$srcdir/$pkgname-$pkgver"