summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2020-05-24 22:34:28 +0200
committerAlexander Kobel2020-05-24 22:34:28 +0200
commitc9ad39c2506c3d767a49d00019bcb771df7d26c2 (patch)
tree984f486b6a2a740997b9883639d5cfae92c8c64e
parent520699d607979872ab738e7054e8c84d278dd71f (diff)
downloadaur-c9ad39c2506c3d767a49d00019bcb771df7d26c2.tar.gz
Update qt
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44852f93ce0c..864e52be501f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpsolve-git
pkgdesc = Multiprecision rootfinder for complex roots of univariate polynomials
- pkgver = 3.1.6
- pkgrel = 3
+ pkgver = 3.1.8
+ pkgrel = 1
url = http://numpi.dm.unipi.it/software/mpsolve
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = mpsolve-git
optdepends = cython: Python bindings
optdepends = gtk3: Graphical debugger
optdepends = octave: Octave bindings
- optdepends = qt4: Graphical interface xmpsolve
+ optdepends = qt: Graphical interface xmpsolve
provides = mpsolve
conflicts = mpsolve
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 1f806cbb80bb..6e69f544d3de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=mpsolve-git
-pkgver=3.1.6
-pkgrel=3
+pkgver=3.1.8
+pkgrel=1
pkgdesc="Multiprecision rootfinder for complex roots of univariate polynomials"
url="http://numpi.dm.unipi.it/software/mpsolve"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('gmp' 'mpfr')
optdepends=('cython: Python bindings'
'gtk3: Graphical debugger'
'octave: Octave bindings'
- 'qt4: Graphical interface xmpsolve')
+ 'qt: Graphical interface xmpsolve')
makedepends=('git' 'gcc-fortran')
options=(!libtool)
provides=('mpsolve')