summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-03-15 03:16:53 +0000
committerJoan Bruguera2023-03-15 03:16:53 +0000
commit5131eee9ec196ed22e1f7592e6f3b7040d12e217 (patch)
tree1bf534745c1e51c20d140c5f38a97c5aa4d59ad1
parent1f5a5ea299b92478db003eb9795cce690bf8ede1 (diff)
downloadaur-5131eee9ec196ed22e1f7592e6f3b7040d12e217.tar.gz
Update to 2.6.16.20230314.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9571430ac37c..63ba437283be 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.15.20221116
+ pkgver = 2.6.16.20230314
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.15-src.tar.bz2
- sha512sums = 4fc661cfbee77bb4a2fc3d1e3566ad5cd5f7a8f51eafab8f6bafd90843f01f252003532dac00baec19731cbb56c767ec26fb875e586e0de2f1b916f146e992ef
+ source = https://ftp.tools.bsc.es/tracking/tracking-2.6.16-src.tar.bz2
+ sha512sums = 07c8660c299352290ee5c204ec154bc700c8483ef05cf483bccec30327aaf9f25d6b0d2d9afb1d4f1b37115fa85a65c1ceb5484031812a6449f885a022d0e9eb
pkgname = tracking
diff --git a/PKGBUILD b/PKGBUILD
index a4c3c27beec5..b85930e5f3b5 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.15.20221116'
+pkgver='2.6.16.20230314'
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=(4fc661cfbee77bb4a2fc3d1e3566ad5cd5f7a8f51eafab8f6bafd90843f01f252003532dac00baec19731cbb56c767ec26fb875e586e0de2f1b916f146e992ef)
+sha512sums=(07c8660c299352290ee5c204ec154bc700c8483ef05cf483bccec30327aaf9f25d6b0d2d9afb1d4f1b37115fa85a65c1ceb5484031812a6449f885a022d0e9eb)
build() {
cd "$srcdir/$pkgname-${pkgver%.*}"