summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2021-02-08 18:06:46 +0100
committerAlexander Kobel2021-02-08 18:06:46 +0100
commit15776f619147bf20635334dde4661e8bc514b5dd (patch)
tree61c6f3e522234405bfd85a0928fcf2c1cababdc8
parentc9ad39c2506c3d767a49d00019bcb771df7d26c2 (diff)
downloadaur-15776f619147bf20635334dde4661e8bc514b5dd.tar.gz
Fix qt -> qt5-base dependency; remove examples (octave)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 864e52be501f..3314c9f85111 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpsolve-git
pkgdesc = Multiprecision rootfinder for complex roots of univariate polynomials
- pkgver = 3.1.8
+ pkgver = 3.2.1.r9.g5013698
pkgrel = 1
url = http://numpi.dm.unipi.it/software/mpsolve
arch = i686
@@ -12,8 +12,7 @@ pkgbase = mpsolve-git
depends = mpfr
optdepends = cython: Python bindings
optdepends = gtk3: Graphical debugger
- optdepends = octave: Octave bindings
- optdepends = qt: Graphical interface xmpsolve
+ optdepends = qt5-base: Graphical interface xmpsolve
provides = mpsolve
conflicts = mpsolve
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 6e69f544d3de..fa3a0d79dc00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=mpsolve-git
-pkgver=3.1.8
+pkgver=3.2.1.r9.g5013698
pkgrel=1
pkgdesc="Multiprecision rootfinder for complex roots of univariate polynomials"
url="http://numpi.dm.unipi.it/software/mpsolve"
@@ -10,8 +10,7 @@ license=('GPL')
depends=('gmp' 'mpfr')
optdepends=('cython: Python bindings'
'gtk3: Graphical debugger'
- 'octave: Octave bindings'
- 'qt: Graphical interface xmpsolve')
+ 'qt5-base: Graphical interface xmpsolve')
makedepends=('git' 'gcc-fortran')
options=(!libtool)
provides=('mpsolve')
@@ -27,7 +26,7 @@ pkgver () {
build () {
cd "${srcdir}/MPSolve"
./autogen.sh
- ./configure --prefix=/usr --disable-debug-build
+ ./configure --prefix=/usr --disable-debug-build --disable-examples
make
}