summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92f8bfc0a435..b3d76b48ae4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxparaver
pkgdesc = Expressive powerful and flexible trace visualizer for post-mortem trace analysis (from BSC).
- pkgver = 4.10.2.20220726
+ pkgver = 4.10.3.20220905
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
@@ -11,9 +11,9 @@ pkgbase = wxparaver
depends = boost
depends = libxml2
depends = zlib
- source = https://ftp.tools.bsc.es/wxparaver/wxparaver-4.10.2-src.tar.bz2
+ source = https://ftp.tools.bsc.es/wxparaver/wxparaver-4.10.3-src.tar.bz2
source = wxParaver.desktop
- sha512sums = 86b92b3caa996784d58f56b0e94f36991b233f61b5be4c1ccee2061b7bacf58dc5fb2b60d1f6a991c89a719b70eecc42a22d91c65b61dbc5aa79db86100687dc
+ sha512sums = 8185beaddbad7cdaab3698d2ef985074199f445e9678d98d5f70ca31ddba730dd97cb702dc10cef023092af8d0d05907d8dd6ac271c5ff4d4f4c73436ca48fc3
sha512sums = f1b000ea660765bbd454d9ae54d360233389121e54f8bcab241420b42aefa4f679735500efd43afdcd932f3a7bd339f00ff299f755a62163c1c3e34bd6920f6e
pkgname = wxparaver
diff --git a/PKGBUILD b/PKGBUILD
index b925e1700c40..2ae9e6a37eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname='wxparaver'
pkgdesc='Expressive powerful and flexible trace visualizer for post-mortem trace analysis (from BSC).'
-pkgver='4.10.2.20220726'
+pkgver='4.10.3.20220905'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
@@ -9,7 +9,7 @@ license=('LGPL2.1')
depends=(wxwidgets-gtk3 webkit2gtk boost libxml2 zlib)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
"wxParaver.desktop")
-sha512sums=(86b92b3caa996784d58f56b0e94f36991b233f61b5be4c1ccee2061b7bacf58dc5fb2b60d1f6a991c89a719b70eecc42a22d91c65b61dbc5aa79db86100687dc
+sha512sums=(8185beaddbad7cdaab3698d2ef985074199f445e9678d98d5f70ca31ddba730dd97cb702dc10cef023092af8d0d05907d8dd6ac271c5ff4d4f4c73436ca48fc3
f1b000ea660765bbd454d9ae54d360233389121e54f8bcab241420b42aefa4f679735500efd43afdcd932f3a7bd339f00ff299f755a62163c1c3e34bd6920f6e)
prepare() {