summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2020-05-24 19:36:15 +0200
committerAlexander Kobel2020-05-24 19:36:15 +0200
commit2d9eb3c56df459d5f46d9061dbe141bdc50126ea (patch)
tree753fbc48303f03c2b69f14e68928f9df34517c2a
parent267e6b4d58fc9946495b135c643d3684e5dddf8e (diff)
downloadaur-2d9eb3c56df459d5f46d9061dbe141bdc50126ea.tar.gz
Update to 3.1.8
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8b14984476c..86bbb65df554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = mpsolve
pkgdesc = Multiprecision rootfinder for complex roots of univariate polynomials
- pkgver = 3.1.7
- pkgrel = 3
+ pkgver = 3.1.8
+ pkgrel = 1
url = http://numpi.dm.unipi.it/software/mpsolve
- arch = i686
arch = x86_64
license = GPL
makedepends = gcc-fortran
@@ -13,10 +12,10 @@ pkgbase = mpsolve
optdepends = doxygen: documentation (optional build-time dependency)
optdepends = gtk3: Graphical debugger
optdepends = octave: Octave bindings
- optdepends = qt4: Graphical interface xmpsolve
+ optdepends = qt5-base: Graphical interface xmpsolve
options = !libtool
- source = http://numpi.dm.unipi.it/_media/software/mpsolve/mpsolve-3.1.7.tar.bz2
- sha256sums = 3e3d750ad3acc1f274015d0c418d3d6fadf5ed3aa1fc57680dd38b994d2e8305
+ source = http://numpi.dm.unipi.it/_media/software/mpsolve/mpsolve-3.1.8.tar.bz2
+ sha256sums = 53c39890a1cf4bfe505c5e4835b4b3f2aa56794b17ac59c018f1226f0acd323b
pkgname = mpsolve
diff --git a/PKGBUILD b/PKGBUILD
index 6d269b340aaf..1c1878c4afba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=mpsolve
-pkgver=3.1.7
-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')
+arch=('x86_64')
license=('GPL')
depends=('gmp' 'mpfr')
makedepends=('gcc-fortran')
@@ -13,10 +13,10 @@ optdepends=('cython: Python bindings'
'doxygen: documentation (optional build-time dependency)'
'gtk3: Graphical debugger'
'octave: Octave bindings'
- 'qt4: Graphical interface xmpsolve')
+ 'qt5-base: Graphical interface xmpsolve')
options=(!libtool)
source=("http://numpi.dm.unipi.it/_media/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('3e3d750ad3acc1f274015d0c418d3d6fadf5ed3aa1fc57680dd38b994d2e8305')
+sha256sums=('53c39890a1cf4bfe505c5e4835b4b3f2aa56794b17ac59c018f1226f0acd323b')
build () {
cd "${srcdir}/${pkgname}-${pkgver}"