summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a85adabf4a6..db82ed2d504b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainers: James Spencer <james.s.spencer@gmail.com>
-# Darjan Krijan <darjan_krijan@gmx.de>
+# Darjan Krijan [https://disc-kuraudo.eu]
pkgname=scorep
-pkgver=7.1
-pkgrel=4
+pkgver=8.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')
url="http://www.vi-hps.org/projects/score-p/"
license=('BSD')
-depends=('cubew>=4.7' 'cubelib>=4.7' 'openmpi' 'otf2>=2.3-2' 'opari2')
+depends=('cubew>=4.8' 'cubelib>=4.8' 'openmpi' 'otf2>=3.0' 'opari2>=2.0.7')
options=('staticlibs')
source=(http://perftools.pages.jsc.fz-juelich.de/cicd/${pkgname}/tags/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5fb0105f2ef25121de406496c5c2542c')
+sha256sums=('4c0f34f20999f92ebe6ca1ff706d0846b8ce6cd537ffbedb49dfaef0faa66311')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"