summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2021-11-23 21:28:53 +0100
committerMartin Diehl2021-11-23 21:28:53 +0100
commit2e50528f1f1e5964af766f3a445308d81e29ba3b (patch)
tree4c3cb019fe1f2a129cee9f3c18f27c5ada363ad8
parent28b34821af4e7c9bb19187289a8da51454ff0636 (diff)
downloadaur-2e50528f1f1e5964af766f3a445308d81e29ba3b.tar.gz
6.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41e4aee26782..88c27e41d24d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scotch
pkgdesc = Software package and libraries for graph, mesh and hypergraph partitioning, static mapping, and sparse matrix block ordering. This is the all-inclusive version (MPI/serial/esmumps).
- pkgver = 6.1.1
+ pkgver = 6.1.2
pkgrel = 1
url = https://gitlab.inria.fr/scotch/scotch
arch = i686
@@ -18,7 +18,7 @@ pkgbase = scotch
conflicts = scotch_esmumps
conflicts = scotch_esmumps5
options = !emptydirs
- source = https://gitlab.inria.fr/scotch/scotch/-/archive/v6.1.1/scotch-v6.1.1.tar.gz
+ source = https://gitlab.inria.fr/scotch/scotch/-/archive/v6.1.2/scotch-v6.1.2.tar.gz
sha256sums = 14daf151399fc67f83fd3ff2933854f5e8d2207c7d35dd66a05660bf0bbd583c
pkgname = scotch
diff --git a/PKGBUILD b/PKGBUILD
index f5045efedead..6e8e7ba431fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
+# Maintainer: Martin Diehl <aur@martin-diehl.net>
+# Contributor: Samuel Williams <samuel.williams@oriontransfer.co.nz>
pkgname=scotch
-pkgver=6.1.1
+pkgver=6.1.2
pkgrel=1
pkgdesc="Software package and libraries for graph, mesh and hypergraph partitioning, static mapping, and sparse matrix block ordering. This is the all-inclusive version (MPI/serial/esmumps)."
url="https://gitlab.inria.fr/scotch/scotch"
@@ -10,7 +12,7 @@ provides=('ptscotch' 'ptscotch-openmpi' 'scotch_esmumps' 'scotch_ptesmumps')
conflicts=('ptscotch-openmpi' 'scotch_esmumps' 'scotch_esmumps5')
arch=('i686' 'x86_64')
source=("https://gitlab.inria.fr/scotch/scotch/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha256sums=('14daf151399fc67f83fd3ff2933854f5e8d2207c7d35dd66a05660bf0bbd583c')
+sha256sums=('9c2c75c75f716914a2bd1c15dffac0e29a2f8069b2df1ad2b6207c984b699450')
options=(!emptydirs)