summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2024-07-16 08:03:33 +0000
committerAuto update bot2024-07-16 08:03:33 +0000
commit95a312f0d300d581773a71a61a004b644ed77965 (patch)
tree4f8bb073fca9a8c138505c487ef3a6fc2b0d4497
parent63b1edaf4644517811a4242c9e0bda8d162cb01b (diff)
downloadaur-95a312f0d300d581773a71a61a004b644ed77965.tar.gz
Auto updated to 5.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa5df7313a39..9472e4152e37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mumps-par
pkgdesc = Sparse solver library using Gaussian elimination, with parmetis implementation
- pkgver = 5.7.2
+ pkgver = 5.7.3
pkgrel = 1
url = https://mumps-solver.org/index.php
arch = i686
@@ -17,9 +17,9 @@ pkgbase = mumps-par
depends = bzip2
provides = mumps
conflicts = mumps
- source = https://mumps-solver.org/MUMPS_5.7.2.tar.gz
+ source = https://mumps-solver.org/MUMPS_5.7.3.tar.gz
source = Makefile.inc
- sha256sums = 1362d377ce7422fc886c55212b4a4d2c381918b5ca4478f682a22d0627a8fbf8
+ sha256sums = 84a47f7c4231b9efdf4d4f631a2cae2bdd9adeaabc088261d15af040143ed112
sha256sums = d3695d7c8f16aef345f293418bf222e5bf52968a79ea8ad44060c568d8126602
pkgname = mumps-par
diff --git a/PKGBUILD b/PKGBUILD
index cc479ce8f787..297f331b76a4 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.7.2
+pkgver=5.7.3
pkgrel=1
pkgdesc="Sparse solver library using Gaussian elimination, with parmetis implementation"
url="https://mumps-solver.org/index.php"
@@ -14,7 +14,7 @@ conflicts=('mumps')
arch=('i686' 'x86_64')
source=(https://mumps-solver.org/MUMPS_${pkgver}.tar.gz
Makefile.inc)
-sha256sums=('1362d377ce7422fc886c55212b4a4d2c381918b5ca4478f682a22d0627a8fbf8'
+sha256sums=('84a47f7c4231b9efdf4d4f631a2cae2bdd9adeaabc088261d15af040143ed112'
'd3695d7c8f16aef345f293418bf222e5bf52968a79ea8ad44060c568d8126602')
prepare() {