summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2022-08-08 16:58:42 +0200
committerMartin Diehl2022-08-08 16:58:42 +0200
commit58ff4056b0b0a5aca36695c1858986ff968d853c (patch)
treeb8d9caa7bcd43c92c1ded12122660ea0b3b80b62 /PKGBUILD
parent6622b4068ef2f0f80d42c51752f85e1a47239856 (diff)
downloadaur-58ff4056b0b0a5aca36695c1858986ff968d853c.tar.gz
5.5.1
using new download location announced on http://mumps-tech.com/mumps-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bac53821c743..76f8337953f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Guillaume Dollé < dolle dot guillaume at gmail dot com >
# Contributor: Lucas H. Gabrielli
pkgname=mumps
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
pkgdesc='Sparse solver library using Gaussian elimination'
url='http://mumps.enseeiht.fr'
@@ -13,9 +13,9 @@ depends=('lapack' 'openmpi' 'scotch' 'scalapack' 'metis' 'zlib' 'bzip2')
makedepends=('gcc-fortran')
conflicts=('mumps-par' 'mumps4')
arch=('i686' 'x86_64')
-source=(http://mumps.enseeiht.fr/MUMPS_${pkgver}.tar.gz
+source=(http://graal.ens-lyon.fr/MUMPS/MUMPS_${pkgver}.tar.gz
Makefile.inc)
-sha512sums=('f3589e80e6ef04c8fdce3a93a7878b2cf614cddfec5e5f33809aa22154f064f50967914b14d2e2150e9bd990b9cbb0948ac3703ef41a2071d905c24b98cf16ee'
+sha512sums=('51ebc680ada41f5d622a353778233d6306f78ac25e30a3a5ba181b16961093215d4a2e715727340f6865abd0cf0a90d88665b13ddc36007f76eb8fcbc0ed5adf'
'bd1d72ab2638b4d28c560c182c5b5bd2c67d269ddcbe27afd7077caad4007fd0475a442710f27edaca293ecaf4ae70e7b2adc1e16e81e683929634c89c30a43f')
prepare () {