summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Spencer2018-12-10 08:46:42 +0000
committerJames Spencer2018-12-10 08:46:42 +0000
commit018622c724ae344cd71d3384bd6fc1bdf396c4c5 (patch)
tree685bc82dac0f0cfc9b651b29553a8578f481d47d /PKGBUILD
parentd730e15852fb233aac1cee0ab591b110abcee79c (diff)
downloadaur-018622c724ae344cd71d3384bd6fc1bdf396c4c5.tar.gz
Update to opari 2.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dc9016671e7..ca64720ee02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=opari2
-pkgver=2.0.3
+pkgver=2.0.4
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=('6183dcb8c8264fe6c7fed016d28e200bdbfdaee5')
+sha1sums=('443ed6008384abce9a1608f899956a903b0b7799')
build() {
cd "$srcdir/$pkgname-$pkgver"