summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-03-21 19:54:59 +0000
committerJoan Bruguera2023-03-21 19:54:59 +0000
commit66d2a4c59652efba18888c9718267150f8d9b987 (patch)
tree875d4efd22bd7703e796ac230ed71a78d2c07ae4
parent5131eee9ec196ed22e1f7592e6f3b7040d12e217 (diff)
downloadaur-66d2a4c59652efba18888c9718267150f8d9b987.tar.gz
Update to 2.7.0.20230321.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63ba437283be..29e7321eefa2 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.6.16.20230314
+ pkgver = 2.7.0.20230321
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = tracking
depends = python-pillow
depends = python-wxpython
depends = python-matplotlib
- source = https://ftp.tools.bsc.es/tracking/tracking-2.6.16-src.tar.bz2
- sha512sums = 07c8660c299352290ee5c204ec154bc700c8483ef05cf483bccec30327aaf9f25d6b0d2d9afb1d4f1b37115fa85a65c1ceb5484031812a6449f885a022d0e9eb
+ source = https://ftp.tools.bsc.es/tracking/tracking-2.7.0-src.tar.bz2
+ sha512sums = 61a4a98f0403b68255d0fe39045bd7933affbbbec76b62ab1e39ff37858bac23db4608e2e8f6484c2404d5051baaaa8c68346b8ac0144afcf07a5077be3bd7c7
pkgname = tracking
diff --git a/PKGBUILD b/PKGBUILD
index b85930e5f3b5..ec0ed696d4a3 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.6.16.20230314'
+pkgver='2.7.0.20230321'
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=(07c8660c299352290ee5c204ec154bc700c8483ef05cf483bccec30327aaf9f25d6b0d2d9afb1d4f1b37115fa85a65c1ceb5484031812a6449f885a022d0e9eb)
+sha512sums=('61a4a98f0403b68255d0fe39045bd7933affbbbec76b62ab1e39ff37858bac23db4608e2e8f6484c2404d5051baaaa8c68346b8ac0144afcf07a5077be3bd7c7')
build() {
cd "$srcdir/$pkgname-${pkgver%.*}"