summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2019-03-20 12:24:50 +0100
committerAlexander Kobel2019-03-20 12:24:50 +0100
commit844a55ccbc40f0a3c341b7e1e41ab1505669fa41 (patch)
tree56ca64e7a1865a084c175c6f668bbb1e41749c99 /PKGBUILD
parentf2ce29e1cd5b6bb5c1b932db0a85abbce5e1d353 (diff)
downloadaur-844a55ccbc40f0a3c341b7e1e41ab1505669fa41.tar.gz
add options=(!libtool)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2624c0ce406d..a516949a6c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=mpsolve-git
-pkgver=3.1.4
-pkgrel=6
+pkgver=3.1.6
+pkgrel=1
pkgdesc="Multiprecision rootfinder for complex roots of univariate polynomials"
url="http://numpi.dm.unipi.it/software/mpsolve"
arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@ optdepends=('cython: Python bindings'
'octave: Octave bindings'
'qt4: Graphical interface xmpsolve')
makedepends=('git' 'gcc-fortran')
+options=(!libtool)
provides=('mpsolve')
conflicts=('mpsolve')
source=("git://github.com/robol/MPSolve.git")