summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera Micó2023-08-02 19:33:27 +0000
committerJoan Bruguera Micó2023-08-02 19:33:27 +0000
commitef40b936b12088cf737a43924de067a3c255f165 (patch)
tree4c7d1932a664f667383a74b892483544be6ab22e
parent7b1389c3edb21a874d01263935f65a24b193a99f (diff)
downloadaur-ef40b936b12088cf737a43924de067a3c255f165.tar.gz
Update to 4.0.6.20230802
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b66afb07577..9d3359e4f884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = extrae
pkgdesc = Instrumentation framework to generate execution traces of the most used parallel runtimes (from BSC).
- pkgver = 4.0.5.20230731
+ pkgver = 4.0.6.20230802
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = extrae
depends = libxml2
depends = zlib
depends = python
- source = https://github.com/bsc-performance-tools/extrae/archive/4.0.5.tar.gz
+ source = https://github.com/bsc-performance-tools/extrae/archive/4.0.6.tar.gz
source = extrae-issue-27-fix-pie-address-translation.patch
source = extrae-Fix-make-DESTDIR-.-install-for-Extrae-4.0.2.patch
source = extrae-Fix-references-to-the-build-directory.patch
- sha512sums = 9e40c87c93654e1cd7350626416c38ed09377328a63a8856f447f8dd62997c8d1135a0d4e1c073b53e80735dad294c5376de96c4cdc9ed01b4eef65961bace79
+ sha512sums = 42531b95fea8955133ac32abc739de56cd08845b29afb0282c0971a660f78e81c719ea853c22c8a7d9ce184a0562869e358bc02a970d153a5d3380d87c70a688
sha512sums = ce6e5f3994118783fd1e05de7336782e4df4eaf3b2a277174ea536b0d391f418cb36682c1e1b3adee3b4d2aa07f25af58998525c79d0567f7afa88dda048c413
sha512sums = e90d108ac4531d68ba8bced44db71139cb7b4273f97ec994582150eb9d4f71960c525c1b3ad2fac95d678f91494b5299bfb00513a0a58cc5b6d916eb930af2d5
sha512sums = a5085d4e974a98cb6266502e06bd2b5a45e213f7d322e8f6cffccbaf92a7f414641b6e6578f87f76dbbb3e4f89b3c268dc33e813c13ea5512e52d1b241317f2a
diff --git a/PKGBUILD b/PKGBUILD
index 4bfe6dfbd998..13100a524e09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname='extrae'
pkgdesc='Instrumentation framework to generate execution traces of the most used parallel runtimes (from BSC).'
-pkgver='4.0.5.20230731'
+pkgver='4.0.6.20230802'
pkgrel='1'
arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
@@ -11,7 +11,7 @@ source=("https://github.com/bsc-performance-tools/$pkgname/archive/${pkgver%.*}.
extrae-issue-27-fix-pie-address-translation.patch
extrae-Fix-make-DESTDIR-.-install-for-Extrae-4.0.2.patch
extrae-Fix-references-to-the-build-directory.patch)
-sha512sums=(9e40c87c93654e1cd7350626416c38ed09377328a63a8856f447f8dd62997c8d1135a0d4e1c073b53e80735dad294c5376de96c4cdc9ed01b4eef65961bace79
+sha512sums=(42531b95fea8955133ac32abc739de56cd08845b29afb0282c0971a660f78e81c719ea853c22c8a7d9ce184a0562869e358bc02a970d153a5d3380d87c70a688
ce6e5f3994118783fd1e05de7336782e4df4eaf3b2a277174ea536b0d391f418cb36682c1e1b3adee3b4d2aa07f25af58998525c79d0567f7afa88dda048c413
e90d108ac4531d68ba8bced44db71139cb7b4273f97ec994582150eb9d4f71960c525c1b3ad2fac95d678f91494b5299bfb00513a0a58cc5b6d916eb930af2d5
a5085d4e974a98cb6266502e06bd2b5a45e213f7d322e8f6cffccbaf92a7f414641b6e6578f87f76dbbb3e4f89b3c268dc33e813c13ea5512e52d1b241317f2a)