summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarjan Krijan2023-03-24 15:39:07 +0100
committerDarjan Krijan2023-03-24 15:39:07 +0100
commit9272682f39635a99bcf147a21a0e0ea937b4869a (patch)
tree034ef2b3685e890697d4513494a5423f5e6c7739 /PKGBUILD
parente6d2f0252555d65f5f4c33129e5ac45400385d45 (diff)
downloadaur-9272682f39635a99bcf147a21a0e0ea937b4869a.tar.gz
Update to 4.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {