summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2020-10-15 18:19:07 +0200
committerJoan Bruguera2020-10-15 18:19:53 +0200
commit29d8afd51c1070072f911d7df971c6402e087d90 (patch)
treec905d6caaf22e87a9c9c868ad4437c2e8718962d
parent22c0e8432cced748dd2c287dfafaba4b88fcb21f (diff)
downloadaur-29d8afd51c1070072f911d7df971c6402e087d90.tar.gz
Update to 3.8.3.20201015 - another 'silent' release by BSC.
Also, no code changes nor notes in the changelog in the last two 'silent releases'? Just repacking the .tar? What is up there?
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 278ebd4ffca8..a4b9f5f89a1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = extrae
pkgdesc = Instrumentation framework to generate execution traces of the most used parallel runtimes (from BSC).
- pkgver = 3.8.3.20201007
- pkgrel = 2
+ pkgver = 3.8.3.20201015
+ pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = extrae
source = https://ftp.tools.bsc.es/extrae/extrae-3.8.3-src.tar.bz2
source = extrae-issue-27-fix-pie-address-translation.patch
source = extrae-Fix-references-to-the-build-directory.patch
- sha512sums = cbe3acdf79ba4e2d57489f9f5f0d7b59d34d2194967f2614f4223e9ae322b24d3b740e87b0f1bdab05716464aa724fa85d51be66c98893ad78cc7951b94e0c84
+ sha512sums = 56d3adfa58f9af890bfa6128a727dc48f199383a59bf51266b45b934322b4bf932ba070652d2fa8502d78838d396e41aedc39bb818d54fb6ccdf140297a2cb16
sha512sums = 3b0fae157fcc6e85be3a5565c2ea3abe8bf35e130de96435a93ba7b3f4b6c30df8982823d36c494633a2c16671664112558393faeead05226b96aa521bb14fba
sha512sums = a5085d4e974a98cb6266502e06bd2b5a45e213f7d322e8f6cffccbaf92a7f414641b6e6578f87f76dbbb3e4f89b3c268dc33e813c13ea5512e52d1b241317f2a
diff --git a/PKGBUILD b/PKGBUILD
index 6962ccb4ecc9..b56e4a8e53f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname='extrae'
pkgdesc='Instrumentation framework to generate execution traces of the most used parallel runtimes (from BSC).'
-pkgver='3.8.3.20201007'
-pkgrel='2'
+pkgver='3.8.3.20201015'
+pkgrel='1'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL2.1')
@@ -10,7 +10,7 @@ depends=(openmpi libunwind papi libxml2 zlib python)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
extrae-issue-27-fix-pie-address-translation.patch
extrae-Fix-references-to-the-build-directory.patch)
-sha512sums=(cbe3acdf79ba4e2d57489f9f5f0d7b59d34d2194967f2614f4223e9ae322b24d3b740e87b0f1bdab05716464aa724fa85d51be66c98893ad78cc7951b94e0c84
+sha512sums=(56d3adfa58f9af890bfa6128a727dc48f199383a59bf51266b45b934322b4bf932ba070652d2fa8502d78838d396e41aedc39bb818d54fb6ccdf140297a2cb16
3b0fae157fcc6e85be3a5565c2ea3abe8bf35e130de96435a93ba7b3f4b6c30df8982823d36c494633a2c16671664112558393faeead05226b96aa521bb14fba
a5085d4e974a98cb6266502e06bd2b5a45e213f7d322e8f6cffccbaf92a7f414641b6e6578f87f76dbbb3e4f89b3c268dc33e813c13ea5512e52d1b241317f2a)