summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-10-04 13:24:12 +0200
committerMartin Diehl2022-10-04 13:24:12 +0200
commit11b5e823180b86da1daa25e112f3f7918eb5a245 (patch)
tree33a4b5741fac1fe712b34a55e506501f8e4f1cfe
parent05532ed6645296c32c6e9c247024959aa4715bcc (diff)
downloadaur-11b5e823180b86da1daa25e112f3f7918eb5a245.tar.gz
forgotten update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 280f1ec50e9d..0c5b3c8d4b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mumps
pkgdesc = Sparse solver library using Gaussian elimination
pkgver = 5.5.1
- pkgrel = 1
- url = http://mumps.enseeiht.fr
+ pkgrel = 2
+ url = https://graal.ens-lyon.fr/MUMPS/index.php
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 54d885f5f372..fd07aeef29d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: Lucas H. Gabrielli
pkgname=mumps
pkgver=5.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Sparse solver library using Gaussian elimination'
-url='http://mumps.enseeiht.fr'
+url='https://graal.ens-lyon.fr/MUMPS/index.php'
license=('custom')
depends=('lapack' 'openmpi' 'scotch' 'scalapack' 'metis' 'zlib' 'bzip2')
makedepends=('gcc-fortran')