summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2016-02-12 13:36:18 +0100
committerAlexander Kobel2016-02-12 13:36:18 +0100
commit5f3d0db704ef111364abecbff26520bb91de99d4 (patch)
tree6c7cb743eb742a73dad4e4d83cc0c858d4be34fc /PKGBUILD
parent9dc7eeab317b033254b04ee577c52b2dec43fef3 (diff)
downloadaur-5f3d0db704ef111364abecbff26520bb91de99d4.tar.gz
Update to 3.1.4-2
provide provides=conflicts=('mpsolve')
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21dfc52c4b38..15fd0920d443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mpsolve-git
pkgver=3.1.4.r334.ga204ea7
-pkgrel=1
+pkgrel=2
pkgdesc="Multiprecision rootfinder for complex roots of univariate polynomials"
url="http://numpi.dm.unipi.it/software/mpsolve"
arch=('i686' 'x86_64')
@@ -13,6 +13,8 @@ optdepends=('cython: Python bindings'
'octave: Octave bindings'
'qt4: Graphical interface xmpsolve')
makedepends=('automake' 'autoconf' 'git')
+provides=('mpsolve')
+conflicts=('mpsolve')
source=("git://github.com/robol/MPSolve.git")
sha256sums=('SKIP')