summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-10-12 08:07:16 +0000
committerAuto update bot2023-10-12 08:07:16 +0000
commit49e154ff46670fc31de4f70ea6c7f0e7c8107f15 (patch)
treec6c02ea63bf7a6da22cac2d35059f6a1af4bb9fe
parenta8db65d44c03bb57ad42b0f78321f4f782abb2dd (diff)
downloadaur-49e154ff46670fc31de4f70ea6c7f0e7c8107f15.tar.gz
Auto updated to 5.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28ee8c0c7292..2540dd63bcba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mumps-par
pkgdesc = Sparse solver library using Gaussian elimination, with parmetis implementation
- pkgver = 5.6.1
+ pkgver = 5.6.2
pkgrel = 1
url = https://graal.ens-lyon.fr/MUMPS/index.php
arch = i686
@@ -17,9 +17,9 @@ pkgbase = mumps-par
depends = bzip2
provides = mumps
conflicts = mumps
- source = https://graal.ens-lyon.fr/MUMPS/MUMPS_5.6.1.tar.gz
+ source = https://graal.ens-lyon.fr/MUMPS/MUMPS_5.6.2.tar.gz
source = Makefile.inc
- sha256sums = 1920426d543e34d377604070fde93b8d102aa38ebdf53300cbce9e15f92e2896
+ sha256sums = 13a2c1aff2bd1aa92fe84b7b35d88f43434019963ca09ef7e8c90821a8f1d59a
sha256sums = d3695d7c8f16aef345f293418bf222e5bf52968a79ea8ad44060c568d8126602
pkgname = mumps-par
diff --git a/PKGBUILD b/PKGBUILD
index d40475126239..e3728c9c92af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Guillaume Dollé < dolle dot guillaume at gmail dot com >
# Contributor: Lucas H. Gabrielli
pkgname=mumps-par
-pkgver=5.6.1
+pkgver=5.6.2
pkgrel=1
pkgdesc="Sparse solver library using Gaussian elimination, with parmetis implementation"
url="https://graal.ens-lyon.fr/MUMPS/index.php"
@@ -14,7 +14,7 @@ conflicts=('mumps')
arch=('i686' 'x86_64')
source=(https://graal.ens-lyon.fr/MUMPS/MUMPS_${pkgver}.tar.gz
Makefile.inc)
-sha256sums=('1920426d543e34d377604070fde93b8d102aa38ebdf53300cbce9e15f92e2896'
+sha256sums=('13a2c1aff2bd1aa92fe84b7b35d88f43434019963ca09ef7e8c90821a8f1d59a'
'd3695d7c8f16aef345f293418bf222e5bf52968a79ea8ad44060c568d8126602')
prepare() {