summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2016-02-12 13:36:18 +0100
committerAlexander Kobel2016-02-12 13:36:18 +0100
commit5f3d0db704ef111364abecbff26520bb91de99d4 (patch)
tree6c7cb743eb742a73dad4e4d83cc0c858d4be34fc
parent9dc7eeab317b033254b04ee577c52b2dec43fef3 (diff)
downloadaur-5f3d0db704ef111364abecbff26520bb91de99d4.tar.gz
Update to 3.1.4-2
provide provides=conflicts=('mpsolve')
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c89f13e93d47..d4c1c4b7b6e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.0
-# Fri Feb 12 12:23:02 UTC 2016
+# Fri Feb 12 12:36:09 UTC 2016
pkgbase = mpsolve-git
pkgdesc = Multiprecision rootfinder for complex roots of univariate polynomials
pkgver = 3.1.4.r334.ga204ea7
- pkgrel = 1
+ pkgrel = 2
url = http://numpi.dm.unipi.it/software/mpsolve
arch = i686
arch = x86_64
@@ -17,6 +17,8 @@ pkgbase = mpsolve-git
optdepends = gtk3: Graphical debugger
optdepends = octave: Octave bindings
optdepends = qt4: Graphical interface xmpsolve
+ provides = mpsolve
+ conflicts = mpsolve
source = git://github.com/robol/MPSolve.git
sha256sums = SKIP
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')