summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Spencer2019-08-28 22:27:35 +0100
committerJames Spencer2019-08-28 22:27:35 +0100
commit80a6fe750a3bf2bfb6d738225f69892ee49c7ce3 (patch)
tree4837a85aaa2ba92036aa11305504ab22b76a942d
parent56077db0e8f3b7ba4031545fda6a2de4df458f5e (diff)
downloadaur-80a6fe750a3bf2bfb6d738225f69892ee49c7ce3.tar.gz
Updating to 4.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e59458dafae8..a094dcb2f657 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cubew
pkgdesc = High-performance library for writing a multi-dimensional performance space.
- pkgver = 4.4.2
+ pkgver = 4.4.3
pkgrel = 2
url = http://www.scalasca.org/software/cube-4.x/download.html
arch = i686
arch = x86_64
license = BSD
depends = zlib
- source = http://apps.fz-juelich.de/scalasca/releases/cube/4.4/dist/cubew-4.4.2.tar.gz
- sha256sums = 31a71e9a05e6523de2b86b4026821bbb75fb411eb5b18ae38b27c1f44158014a
+ source = http://apps.fz-juelich.de/scalasca/releases/cube/4.4/dist/cubew-4.4.3.tar.gz
+ sha256sums = 93fff6cc1e8b0780f0171ef5302a2e1a257f99b6383fbfc1b9b82f925ceff501
pkgname = cubew
diff --git a/PKGBUILD b/PKGBUILD
index 8cc7a5fd3a3f..8647fea0b913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cubew
_version=4.4
-_patch=.2
+_patch=.3
pkgver=${_version}${_patch}
pkgrel=2
pkgdesc="High-performance library for writing a multi-dimensional performance space."
@@ -11,7 +11,7 @@ url="http://www.scalasca.org/software/cube-4.x/download.html"
license=('BSD')
depends=('zlib')
source=(http://apps.fz-juelich.de/scalasca/releases/cube/${_version}/dist/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('31a71e9a05e6523de2b86b4026821bbb75fb411eb5b18ae38b27c1f44158014a')
+sha256sums=('93fff6cc1e8b0780f0171ef5302a2e1a257f99b6383fbfc1b9b82f925ceff501')
build() {
cd "$srcdir/${pkgname}-$pkgver"