summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2016-04-01 18:02:54 +0200
committerAlexander Kobel2016-04-01 18:02:54 +0200
commitf2ce29e1cd5b6bb5c1b932db0a85abbce5e1d353 (patch)
tree10d2c672f9fc9f0ae3b2fabb46fc1dad71ec1c57 /PKGBUILD
parentb195e730f3766a5dfa99529b8ff2d3cda00fab1b (diff)
downloadaur-f2ce29e1cd5b6bb5c1b932db0a85abbce5e1d353.tar.gz
Update to 3.1.4-6
add missing gcc-fortran build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0059224b26d..2624c0ce406d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mpsolve-git
pkgver=3.1.4
-pkgrel=5
+pkgrel=6
pkgdesc="Multiprecision rootfinder for complex roots of univariate polynomials"
url="http://numpi.dm.unipi.it/software/mpsolve"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ optdepends=('cython: Python bindings'
'gtk3: Graphical debugger'
'octave: Octave bindings'
'qt4: Graphical interface xmpsolve')
-makedepends=('git')
+makedepends=('git' 'gcc-fortran')
provides=('mpsolve')
conflicts=('mpsolve')
source=("git://github.com/robol/MPSolve.git")