summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d3265fa2d2f..a8435addcaa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scotch-git
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 = r542.2148346
+ pkgver = r733.1093134
pkgrel = 1
url = https://gitlab.inria.fr/scotch/scotch
arch = i686
@@ -18,7 +18,7 @@ pkgbase = scotch-git
conflicts = ptscotch-openmpi
conflicts = scotch_esmumps
conflicts = scotch_esmumps5
- source = git+https://gitlab.inria.fr/scotch/scotch
+ source = git+https://gitlab.inria.fr/scotch/scotch.git
sha256sums = SKIP
pkgname = scotch-git
diff --git a/PKGBUILD b/PKGBUILD
index 3e1a55fecbae..f7e766eefcd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=scotch-git
-pkgver=r542.2148346
+pkgver=r733.1093134
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 +10,7 @@ depends=('zlib' 'openmpi' 'bzip2')
provides=('scotch' 'ptscotch' 'ptscotch-openmpi' 'scotch_esmumps' 'scotch_ptesmumps')
conflicts=('scotch' 'ptscotch-openmpi' 'scotch_esmumps' 'scotch_esmumps5')
arch=('i686' 'x86_64')
-source=("git+https://gitlab.inria.fr/scotch/scotch")
+source=("git+$url.git")
sha256sums=('SKIP')
_pkgname=scotch