summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera Micó2024-05-12 01:42:13 +0000
committerJoan Bruguera Micó2024-05-12 01:42:13 +0000
commitaabed3a675361c130a5aef4b8faa825d8f6e31e8 (patch)
tree77b639394ecf8718f73348b5c21904c4291d841a
parent60f1f999daa71030ebe13ef6b63f580773327a03 (diff)
downloadaur-tracking.tar.gz
Update to 2.7.1.20240509.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79eee13c8945..28d04802f291 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = tracking
pkgdesc = Analyze how the behavior of a parallel application evolves through different scenarios (from BSC).
- pkgver = 2.7.0.20230719
+ pkgver = 2.7.1.20240509
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = x86_64
- license = GPL2
+ license = LGPL-2.1-only
depends = wxparaver
depends = clusteringsuite
depends = python-pillow
depends = python-wxpython
depends = python-matplotlib
- source = https://ftp.tools.bsc.es/tracking/tracking-2.7.0-src.tar.bz2
- sha512sums = ecc20c945c2440e4312db1eff5aec83d85e33e5f55114eb3f7d7cc88268c846ae83bd1ae7a4d9c4f5926814d8b4e8f5a708571fd6b12d3b65e68296beddb803d
+ source = https://ftp.tools.bsc.es/tracking/tracking-2.7.1-src.tar.bz2
+ sha512sums = a20a3c99e61cd1acd047114ec75e1d0f3034fb5be947d6dc6baa4b4c7e5b4fc8a91d4ec3219608247eb3260608ab6a3c084871278e1f4326829a47d180817e2d
pkgname = tracking
diff --git a/PKGBUILD b/PKGBUILD
index 52c08d260bbd..52e020793fbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# 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.20230719'
+pkgver='2.7.1.20240509'
pkgrel='1'
arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
-license=('GPL2')
+# Upstream does not say whether later versions of LGPL are acceptable, so I am assuming they are not
+license=('LGPL-2.1-only')
depends=(wxparaver clusteringsuite python-pillow python-wxpython python-matplotlib)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2")
-sha512sums=('ecc20c945c2440e4312db1eff5aec83d85e33e5f55114eb3f7d7cc88268c846ae83bd1ae7a4d9c4f5926814d8b4e8f5a708571fd6b12d3b65e68296beddb803d')
+sha512sums=('a20a3c99e61cd1acd047114ec75e1d0f3034fb5be947d6dc6baa4b4c7e5b4fc8a91d4ec3219608247eb3260608ab6a3c084871278e1f4326829a47d180817e2d')
build() {
cd "$srcdir/$pkgname-${pkgver%.*}"