summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarjan Krijan2023-03-24 15:39:07 +0100
committerDarjan Krijan2023-03-24 15:39:07 +0100
commit9272682f39635a99bcf147a21a0e0ea937b4869a (patch)
tree034ef2b3685e890697d4513494a5423f5e6c7739
parente6d2f0252555d65f5f4c33129e5ac45400385d45 (diff)
downloadaur-9272682f39635a99bcf147a21a0e0ea937b4869a.tar.gz
Update to 4.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f6a8909cd6d..6d8c3bea0b28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cubelib
pkgdesc = Library for reading and writing a multi-dimensional performance space.
- pkgver = 4.8
+ pkgver = 4.8.1
pkgrel = 1
url = http://www.scalasca.org/software/cube-4.x/download.html
arch = i686
@@ -9,7 +9,7 @@ pkgbase = cubelib
depends = zlib
replaces = cube-perf
options = staticlibs
- source = http://apps.fz-juelich.de/scalasca/releases/cube/4.8/dist/cubelib-4.8.tar.gz
- md5sums = faf051d2b0b5d8be0ec3b6cfe3d2b3b8
+ source = http://apps.fz-juelich.de/scalasca/releases/cube/4.8/dist/cubelib-4.8.1.tar.gz
+ md5sums = f831c361fdc04e8c1d6496af78b6be11
pkgname = cubelib
diff --git a/PKGBUILD b/PKGBUILD
index 80d9a9eaa159..cc9ebb8a6278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cubelib
_version=4.8
-_patch=
+_patch=.1
pkgver=${_version}${_patch}
pkgrel=1
pkgdesc="Library for reading and writing a multi-dimensional performance space."
@@ -13,7 +13,7 @@ license=('BSD')
depends=('zlib')
options=('staticlibs')
source=(http://apps.fz-juelich.de/scalasca/releases/cube/${_version}/dist/${pkgname}-${pkgver}.tar.gz)
-md5sums=('faf051d2b0b5d8be0ec3b6cfe3d2b3b8')
+md5sums=('f831c361fdc04e8c1d6496af78b6be11')
replaces=('cube-perf')
build() {