summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-12-14 20:19:31 +0000
committerJoan Bruguera2022-12-14 20:19:36 +0000
commit66594e649bbc23b329ade6605821d61166c2bfde (patch)
tree1d43ed26eed1bf5fee3b84bc9c228dc5b37e6ef1
parent479aad33649344dfbefd089306c78c27ba0959cd (diff)
downloadaur-66594e649bbc23b329ade6605821d61166c2bfde.tar.gz
Update to 1.4.0.20221214.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4de0e965cad5..3dbfc90df6fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = folding
pkgdesc = Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).
- pkgver = 1.3.2.20180801
+ pkgver = 1.4.0.20221214
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
@@ -13,10 +13,9 @@ pkgbase = folding
depends = r
depends = clang
depends = python
- source = https://ftp.tools.bsc.es/folding/folding-1.3.2-src.tar.bz2
+ source = https://ftp.tools.bsc.es/folding/folding-1.4.0-src.tar.bz2
source = python3-ports.patch
- sha512sums = df54700a1eee506f7b7b8d08f74805d576d1455fe3e31de368d0a98bd3bc7114eef4c32d73462ac9cab2f5a9f273c27cc8538e9cfbf9b044c8ef66d3881a7f3d
+ sha512sums = 9cc3b9863eb6916924adbf62165e131c42c2ab2920d2f1e2bd4ac701d48ca2c2169d0e4b17bdae8ba0f91be584d97a607c62c86f488ae6a44ba0a62ac20d360a
sha512sums = f62af324cfe585605dbdfdb87fa7877cb794ba854c1445193710f22ce3cb92effcfcb7c6b8e32286f927bd0804478580b6358b62f15cba789359862bc0589aa1
pkgname = folding
-
diff --git a/PKGBUILD b/PKGBUILD
index 6896a180e921..fc31dbffe1cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname='folding'
pkgdesc='Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).'
-pkgver='1.3.2.20180801'
+pkgver='1.4.0.20221214'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
@@ -10,7 +10,7 @@ depends=(boost qt5-base libbsctools r clang python)
makedepends=(gcc-fortran)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
python3-ports.patch)
-sha512sums=(df54700a1eee506f7b7b8d08f74805d576d1455fe3e31de368d0a98bd3bc7114eef4c32d73462ac9cab2f5a9f273c27cc8538e9cfbf9b044c8ef66d3881a7f3d
+sha512sums=(9cc3b9863eb6916924adbf62165e131c42c2ab2920d2f1e2bd4ac701d48ca2c2169d0e4b17bdae8ba0f91be584d97a607c62c86f488ae6a44ba0a62ac20d360a
f62af324cfe585605dbdfdb87fa7877cb794ba854c1445193710f22ce3cb92effcfcb7c6b8e32286f927bd0804478580b6358b62f15cba789359862bc0589aa1)
prepare() {
@@ -52,4 +52,4 @@ package() {
# FIXME: Why are those libraries from libbsctools copied to the package directory when installing?
rm "${pkgdir}/usr/lib/libparavertraceconfig.so"
rm "${pkgdir}/usr/lib/libparavertraceparser.so"
-} \ No newline at end of file
+}