summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2020-11-12 06:01:41 +0100
committerJoan Bruguera2020-11-12 06:01:41 +0100
commitae7bb8d88a514fa20f228d69afb9c79f8cdd0615 (patch)
treed0a2d5cf9f6aecd3c45d222afe506218b64647cb
parenta2eeac371af22fbccd2fed26257df2b5c1d988ad (diff)
downloadaur-ae7bb8d88a514fa20f228d69afb9c79f8cdd0615.tar.gz
Change upstream to GitHub due to constant useless changes in FTP upstream.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 593bc70799e8..9a37acc3428b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = extrae
pkgdesc = Instrumentation framework to generate execution traces of the most used parallel runtimes (from BSC).
- pkgver = 3.8.3.20201110
+ pkgver = 3.8.3.20201111
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
@@ -12,10 +12,10 @@ pkgbase = extrae
depends = libxml2
depends = zlib
depends = python
- source = https://ftp.tools.bsc.es/extrae/extrae-3.8.3-src.tar.bz2
+ source = https://github.com/bsc-performance-tools/extrae/archive/3.8.3.tar.gz
source = extrae-issue-27-fix-pie-address-translation.patch
source = extrae-Fix-references-to-the-build-directory.patch
- sha512sums = 1da6d432ffba5b5aa8fffc6db084ef8c91d7f27e2431ac1d170aa52fb05c245ac0d19bb76689b5196a88a33d99ac0d5b3f04799626f837bcc85b19d0a9052b11
+ sha512sums = 3fba66447790e0a1c71c0e5a61f67ad966cdd4e19742799ecc50124a916ef599fff747027ccc803584f0ab2d1d76c29ded7072a70dd0aed5a3be7ff6ecbb8709
sha512sums = 3b0fae157fcc6e85be3a5565c2ea3abe8bf35e130de96435a93ba7b3f4b6c30df8982823d36c494633a2c16671664112558393faeead05226b96aa521bb14fba
sha512sums = a5085d4e974a98cb6266502e06bd2b5a45e213f7d322e8f6cffccbaf92a7f414641b6e6578f87f76dbbb3e4f89b3c268dc33e813c13ea5512e52d1b241317f2a
diff --git a/PKGBUILD b/PKGBUILD
index d25ebd42f31e..43f87e1fbf89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# 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.20201110'
+pkgver='3.8.3.20201111'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL2.1')
depends=(openmpi libunwind papi libxml2 zlib python)
-source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
+source=("https://github.com/bsc-performance-tools/$pkgname/archive/${pkgver%.*}.tar.gz"
extrae-issue-27-fix-pie-address-translation.patch
extrae-Fix-references-to-the-build-directory.patch)
-sha512sums=(1da6d432ffba5b5aa8fffc6db084ef8c91d7f27e2431ac1d170aa52fb05c245ac0d19bb76689b5196a88a33d99ac0d5b3f04799626f837bcc85b19d0a9052b11
+sha512sums=(3fba66447790e0a1c71c0e5a61f67ad966cdd4e19742799ecc50124a916ef599fff747027ccc803584f0ab2d1d76c29ded7072a70dd0aed5a3be7ff6ecbb8709
3b0fae157fcc6e85be3a5565c2ea3abe8bf35e130de96435a93ba7b3f4b6c30df8982823d36c494633a2c16671664112558393faeead05226b96aa521bb14fba
a5085d4e974a98cb6266502e06bd2b5a45e213f7d322e8f6cffccbaf92a7f414641b6e6578f87f76dbbb3e4f89b3c268dc33e813c13ea5512e52d1b241317f2a)