summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-08-28 21:51:02 +0200
committerhaawda2022-08-28 21:51:02 +0200
commitd137b5787d8c05e26a2a3ef8e3cb5bd89390525b (patch)
tree080c6ac8c28c2b1b0e0a7da4b35859f531c3320a
parent6df28aa45ffd5752f8e4692f770f08e94121da65 (diff)
downloadaur-d137b5787d8c05e26a2a3ef8e3cb5bd89390525b.tar.gz
small change in the urls
-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