summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Spencer2019-04-08 22:22:16 +0100
committerJames Spencer2019-04-08 22:22:16 +0100
commit550fef7b6bcb19924190ab97a23fbaa6b6b73643 (patch)
tree8165b1218ee4834956a264d0c9367260727a006d /PKGBUILD
parent7f512fa04bff49b8f025f6c4b852770c070bba22 (diff)
downloadaur-550fef7b6bcb19924190ab97a23fbaa6b6b73643.tar.gz
Update to score-p 5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb70d57e4a12..5549c60d1340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=scorep
-pkgver=4.0
+pkgver=5.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' 'cubelib' 'openmpi' 'otf2' 'opari2')
-source=(http://www.vi-hps.org/upload/packages/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('9440e880d3ef7ec0654883451223bd3548ed4d8f')
+source=(https://www.vi-hps.org/cms/upload/packages/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('afd8f9ad04b0386c3768f190cd1923f4a8d2d463')
build() {
cd "$srcdir/$pkgname-$pkgver"