summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-11-16 22:03:56 +0000
committerJoan Bruguera2022-11-16 22:03:56 +0000
commit44db28d3d8906084cbb22f512d89605f912fbb38 (patch)
treed25298f9eccaebecb536511600d6eabfbc809746
parent3a421bfb86508fcd9569e193d4a2ad795b449221 (diff)
downloadaur-44db28d3d8906084cbb22f512d89605f912fbb38.tar.gz
Update to 2.6.15.20221116.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291e90d6e362..cf0a11c95b92 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.13.20220620
+ pkgver = 2.6.15.20221116
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
@@ -11,7 +11,7 @@ pkgbase = tracking
depends = python-pillow
depends = python-wxpython
depends = python-matplotlib
- source = https://ftp.tools.bsc.es/tracking/tracking-2.6.13-src.tar.bz2
- sha512sums = 4399454f2b6ff50fac274a08e68e829f32c017fe3896d046bfdb715e706a65d053c586fecb9088accb91e2c0f40ba2713716b2a602db7802e289259a55a2dbf6
+ source = https://ftp.tools.bsc.es/tracking/tracking-2.6.15-src.tar.bz2
+ sha512sums = 4fc661cfbee77bb4a2fc3d1e3566ad5cd5f7a8f51eafab8f6bafd90843f01f252003532dac00baec19731cbb56c767ec26fb875e586e0de2f1b916f146e992ef
pkgname = tracking
diff --git a/PKGBUILD b/PKGBUILD
index 8c5162ccf843..d5e6391d1f8f 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.13.20220620'
+pkgver='2.6.15.20221116'
pkgrel='1'
arch=('i686' '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=(4399454f2b6ff50fac274a08e68e829f32c017fe3896d046bfdb715e706a65d053c586fecb9088accb91e2c0f40ba2713716b2a602db7802e289259a55a2dbf6)
+sha512sums=(4fc661cfbee77bb4a2fc3d1e3566ad5cd5f7a8f51eafab8f6bafd90843f01f252003532dac00baec19731cbb56c767ec26fb875e586e0de2f1b916f146e992ef)
build() {
cd "$srcdir/$pkgname-${pkgver%.*}"