summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Williams2023-03-24 16:14:52 +1300
committerSamuel Williams2023-03-24 16:14:52 +1300
commitd610211bcd1c12573f51e5af5c5cb73720a28439 (patch)
tree209256f3bd304a4ee16c816963e46bc5e82c2d11
parent881046d79461abe013a9ab82a19a9f1442b207f9 (diff)
downloadaur-d610211bcd1c12573f51e5af5c5cb73720a28439.tar.gz
Fix upstream URL.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5626e56905..9911782df9dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,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
- url = https//gitlab.inria.fr/scotch/scotch
+ url = https://gitlab.inria.fr/scotch/scotch
arch = i686
arch = x86_64
license = custom:CeCILL-C
diff --git a/PKGBUILD b/PKGBUILD
index 8544c3858f8b..0f54513fab14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=scotch
pkgver=7.0.3
pkgrel=2
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"
+url="https://gitlab.inria.fr/scotch/scotch"
license=("custom:CeCILL-C")
depends=('zlib' 'openmpi' 'bzip2')
makedepends=('gcc-fortran' 'cmake' 'flex' 'bison')