summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-12-12 18:49:32 +0100
committerJoan Bruguera2019-12-12 18:49:32 +0100
commitd4fe25af71a96e68bf1d33170dfb18b153b267ea (patch)
treedd238ffb0b01664bf617b7c4e652661ddde6b97e
parent894c167e58a675d70b94d27fd48f951bccb2f0cf (diff)
downloadaur-d4fe25af71a96e68bf1d33170dfb18b153b267ea.tar.gz
Update to 20191212 release.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b784ce699de..75e771af2511 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.10.20191210
+ pkgver = 2.6.10.20191212
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
@@ -13,7 +13,7 @@ pkgbase = tracking
depends = python-matplotlib
source = https://ftp.tools.bsc.es/tracking/tracking-2.6.10-src.tar.bz2
source = python3-ports.patch
- sha512sums = dbeb8ce40446e00bb1f4963b9366bd9a8d62d156562ba5094cf567952a8d5d1393552456bfb05081cf4b7a260401e2bcccd80458bfcf1777dc4f0607836328ab
+ sha512sums = 85d269bb8114de4e62ae85db5e3c7afb26fbc9e4c0c048c91eab1868eca74722afb558702d22ac2f2c29f92af2e21d22613b32fd01f7c9681663bcf87b89e5c1
sha512sums = 78568513919ee9d5e2c1c2a9f835259d097b2bbd246fc911b4c2083d4e2a9e20c86a15e990997b41dd5e62bb04d3c156c2aa47ad90d6d3fc55eca1040fc97ed9
pkgname = tracking
diff --git a/PKGBUILD b/PKGBUILD
index a9f67cfeccbb..498583e30d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# 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.10.20191210'
+pkgver='2.6.10.20191212'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
@@ -9,7 +9,7 @@ license=('GPL2')
depends=(wxparaver clusteringsuite python-pillow python-wxpython python-matplotlib)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
python3-ports.patch)
-sha512sums=(dbeb8ce40446e00bb1f4963b9366bd9a8d62d156562ba5094cf567952a8d5d1393552456bfb05081cf4b7a260401e2bcccd80458bfcf1777dc4f0607836328ab
+sha512sums=(85d269bb8114de4e62ae85db5e3c7afb26fbc9e4c0c048c91eab1868eca74722afb558702d22ac2f2c29f92af2e21d22613b32fd01f7c9681663bcf87b89e5c1
78568513919ee9d5e2c1c2a9f835259d097b2bbd246fc911b4c2083d4e2a9e20c86a15e990997b41dd5e62bb04d3c156c2aa47ad90d6d3fc55eca1040fc97ed9)
prepare() {