summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a966d11207c8..a0f36a041f3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=opari2
-pkgver=2.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Instrumentation tool for OpenMP and hybrid codes."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://www.vi-hps.org/projects/score-p/"
license=('BSD')
depends=('gcc-fortran')
source=(http://www.vi-hps.org/upload/packages/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('fa0aa6cc573a6416eb7c19335277d3db79f7993f')
+sha1sums=('b9c70fdb7870337b783dbedef09a422ed8fb4edb')
build() {
cd "$srcdir/$pkgname-$pkgver"