summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarjan Krijan2023-11-08 14:26:53 +0100
committerDarjan Krijan2023-11-08 14:26:53 +0100
commit4b2e3f8c70944da14c488f23f0f73d32ceca70a9 (patch)
tree107a32a46f050e4d5ec0523effa97e27122b162c
parenta827b6df098a7a3d781fc99eaa8ca3daaed6b961 (diff)
downloadaur-cubew.tar.gz
Version 4.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1063b5787d9a..20d18441fe04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cubew
pkgdesc = High-performance library for writing a multi-dimensional performance space.
- pkgver = 4.8.1
+ pkgver = 4.8.2
pkgrel = 1
url = http://www.scalasca.org/software/cube-4.x/download.html
arch = i686
@@ -8,7 +8,7 @@ pkgbase = cubew
license = BSD
depends = zlib
options = staticlibs
- source = http://apps.fz-juelich.de/scalasca/releases/cube/4.8/dist/cubew-4.8.1.tar.gz
- md5sums = e0194a97911482375931f777649f4ff8
+ source = http://apps.fz-juelich.de/scalasca/releases/cube/4.8/dist/cubew-4.8.2.tar.gz
+ md5sums = e05b2edcfc054fa0388a7b041771046b
pkgname = cubew
diff --git a/PKGBUILD b/PKGBUILD
index d852117a8c91..1decee773f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cubew
_version=4.8
-_patch=.1
+_patch=.2
pkgver=${_version}${_patch}
pkgrel=1
pkgdesc="High-performance library for 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=('e0194a97911482375931f777649f4ff8')
+md5sums=('e05b2edcfc054fa0388a7b041771046b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"