summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-02-15 12:53:22 +0100
committerMartin Diehl2022-02-15 12:53:22 +0100
commit5fcc995a699afd1d7ab60d3539cc38e4ec43fd4a (patch)
tree7c691042d08b0844b9adbacaddb9f4294d022d77
parentfff4cf78540bf6584a4b12ac0b84be31adfd76e7 (diff)
downloadaur-5fcc995a699afd1d7ab60d3539cc38e4ec43fd4a.tar.gz
7.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e0cce71821..1dab6fb252d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 7.0.0
- pkgrel = 3
+ pkgver = 7.0.1
+ pkgrel = 1
url = https://gitlab.inria.fr/scotch/scotch
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = scotch
conflicts = scotch_esmumps
conflicts = scotch_esmumps5
options = !emptydirs
- source = https://gitlab.inria.fr/scotch/scotch/-/archive/v7.0.0/scotch-v7.0.0.tar.gz
- sha256sums = ef231bfd66778c27716db571c9f24449ee7fc2710e59cee224c94592cd956040
+ source = https://gitlab.inria.fr/scotch/scotch/-/archive/v7.0.1/scotch-v7.0.1.tar.gz
+ sha256sums = 0618e9bc33c02172ea7351600fce4fccd32fe00b3359c4aabb5e415f17c06fed
pkgname = scotch
diff --git a/PKGBUILD b/PKGBUILD
index 455d1ff149e3..5186862fb7eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
# Contributor: Samuel Williams <samuel.williams@oriontransfer.co.nz>
pkgname=scotch
-pkgver=7.0.0
-pkgrel=3
+pkgver=7.0.1
+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"
license=("custom:CeCILL-C")
@@ -12,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=('ef231bfd66778c27716db571c9f24449ee7fc2710e59cee224c94592cd956040')
+sha256sums=('0618e9bc33c02172ea7351600fce4fccd32fe00b3359c4aabb5e415f17c06fed')
options=(!emptydirs)