summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2016-04-01 18:02:54 +0200
committerAlexander Kobel2016-04-01 18:02:54 +0200
commitf2ce29e1cd5b6bb5c1b932db0a85abbce5e1d353 (patch)
tree10d2c672f9fc9f0ae3b2fabb46fc1dad71ec1c57
parentb195e730f3766a5dfa99529b8ff2d3cda00fab1b (diff)
downloadaur-f2ce29e1cd5b6bb5c1b932db0a85abbce5e1d353.tar.gz
Update to 3.1.4-6
add missing gcc-fortran build dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a24d2188b5ed..822e1326e5d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by makepkg 5.0.0
-# Fri Feb 19 14:24:47 UTC 2016
pkgbase = mpsolve-git
pkgdesc = Multiprecision rootfinder for complex roots of univariate polynomials
pkgver = 3.1.4
- pkgrel = 5
+ pkgrel = 6
url = http://numpi.dm.unipi.it/software/mpsolve
arch = i686
arch = x86_64
license = GPL
makedepends = git
+ makedepends = gcc-fortran
depends = gmp
depends = mpfr
optdepends = cython: Python bindings
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")