summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2023-08-15 20:19:51 +0200
committerMartin Diehl2023-08-15 20:19:51 +0200
commit0087d42a3ecdf6c8e3a9bdd993e50fd41e19c7ad (patch)
tree8031916ec3477fa5fa9dab2e157fe4647611de3d
parentd610211bcd1c12573f51e5af5c5cb73720a28439 (diff)
downloadaur-0087d42a3ecdf6c8e3a9bdd993e50fd41e19c7ad.tar.gz
7.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9911782df9dc..686da6aa5e21 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.3
- pkgrel = 2
+ pkgver = 7.0.4
+ pkgrel = 1
url = https://gitlab.inria.fr/scotch/scotch
arch = i686
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = scotch
conflicts = scotch_esmumps
conflicts = scotch_esmumps5
options = !emptydirs
- source = https://gitlab.inria.fr/scotch/scotch/-/archive/v7.0.3/scotch-v7.0.3.tar.gz
- sha512sums = 0f811b735a8249d59b2d11bad90f029316acd6da2adc45110becde4cff2aed83f1d86fdde23123cc88dc89dba78dee83ad11027af444d6037731799ff3178a26
+ source = https://gitlab.inria.fr/scotch/scotch/-/archive/v7.0.4/scotch-v7.0.4.tar.gz
+ sha512sums = 7c2a770c8b0932372a01613668d200fb934596df76293c7ed0e51ed8c1b57447d441937d98a2ad1d53e5579c0320d499910e7b1451b319c2acd9bcc56e6cfac3
pkgname = scotch
diff --git a/PKGBUILD b/PKGBUILD
index 0f54513fab14..f561ce79a33d 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.3
-pkgrel=2
+pkgver=7.0.4
+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")
-sha512sums=('0f811b735a8249d59b2d11bad90f029316acd6da2adc45110becde4cff2aed83f1d86fdde23123cc88dc89dba78dee83ad11027af444d6037731799ff3178a26')
+sha512sums=('7c2a770c8b0932372a01613668d200fb934596df76293c7ed0e51ed8c1b57447d441937d98a2ad1d53e5579c0320d499910e7b1451b319c2acd9bcc56e6cfac3')
options=(!emptydirs)