summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fba39754524..d48663bc106c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Darjan Krijan [https://disc-kuraudo.eu]
pkgname=scorep
-pkgver=8.3
-pkgrel=3
+pkgver=8.4
+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/"
@@ -11,7 +11,7 @@ license=('BSD')
depends=('cubew>=4.8.2' 'cubelib>=4.8.2' 'openmpi' 'otf2>=3.0.3' 'opari2>=2.0.8')
options=('staticlibs')
source=(http://perftools.pages.jsc.fz-juelich.de/cicd/${pkgname}/tags/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('76c914e6319221c059234597a3bc53da788ed679179ac99c147284dcefb1574a')
+sha256sums=('7bbde9a0721d27cc6205baf13c1626833bcfbabb1f33b325a2d67976290f7f8a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"