summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29e7321eefa2..79eee13c8945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tracking
pkgdesc = Analyze how the behavior of a parallel application evolves through different scenarios (from BSC).
- pkgver = 2.7.0.20230321
+ pkgver = 2.7.0.20230719
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = x86_64
@@ -11,6 +11,6 @@ pkgbase = tracking
depends = python-wxpython
depends = python-matplotlib
source = https://ftp.tools.bsc.es/tracking/tracking-2.7.0-src.tar.bz2
- sha512sums = 61a4a98f0403b68255d0fe39045bd7933affbbbec76b62ab1e39ff37858bac23db4608e2e8f6484c2404d5051baaaa8c68346b8ac0144afcf07a5077be3bd7c7
+ sha512sums = ecc20c945c2440e4312db1eff5aec83d85e33e5f55114eb3f7d7cc88268c846ae83bd1ae7a4d9c4f5926814d8b4e8f5a708571fd6b12d3b65e68296beddb803d
pkgname = tracking
diff --git a/PKGBUILD b/PKGBUILD
index ec0ed696d4a3..52c08d260bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname='tracking'
pkgdesc='Analyze how the behavior of a parallel application evolves through different scenarios (from BSC).'
-pkgver='2.7.0.20230321'
+pkgver='2.7.0.20230719'
pkgrel='1'
arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('GPL2')
depends=(wxparaver clusteringsuite python-pillow python-wxpython python-matplotlib)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2")
-sha512sums=('61a4a98f0403b68255d0fe39045bd7933affbbbec76b62ab1e39ff37858bac23db4608e2e8f6484c2404d5051baaaa8c68346b8ac0144afcf07a5077be3bd7c7')
+sha512sums=('ecc20c945c2440e4312db1eff5aec83d85e33e5f55114eb3f7d7cc88268c846ae83bd1ae7a4d9c4f5926814d8b4e8f5a708571fd6b12d3b65e68296beddb803d')
build() {
cd "$srcdir/$pkgname-${pkgver%.*}"