summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2020-03-04 06:31:04 +0100
committerMartin Diehl2020-03-04 06:31:04 +0100
commitb2164b40a01d0998af7983830c82585e34607f5f (patch)
tree2a6ddef738cf28c6532563946b988db3b2266e06
parent6c25503614ce56deac572c1deabe56c1e69617b4 (diff)
downloadaur-b2164b40a01d0998af7983830c82585e34607f5f.tar.gz
homepage more stable than email address
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89165660e07e..64abf47e5a9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = mumps
pkgdesc = Sparse solver library using Gaussian elimination
pkgver = 5.2.1
- pkgrel = 3
+ pkgrel = 4
url = http://mumps.enseeiht.fr
arch = i686
arch = x86_64
license = custom
+ makedepends = gcc-fortran
depends = lapack
depends = openmpi
depends = scotch
diff --git a/PKGBUILD b/PKGBUILD
index 8f7f082d066d..858310cbe714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Martin Diehl <m.diehl@mpie.de>
+# Maintainer: Martin Diehl <https://martin-diehl.net>
# Contributor: Michele Mocciola <mickele>
# Contributor: Guillaume Dollé < dolle dot guillaume at gmail dot com >
# Contributor: Lucas H. Gabrielli
pkgname=mumps
pkgver=5.2.1
-pkgrel=3
+pkgrel=4
pkgdesc='Sparse solver library using Gaussian elimination'
url='http://mumps.enseeiht.fr'
license=('custom')