summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Scholz2020-06-19 14:47:51 +0200
committerM. Scholz2020-06-19 14:47:51 +0200
commit7f68228a3d736fd751ac0f481f3edb2db1962b87 (patch)
tree3798fb1969ae1a758a38d756d6db84d8ba4d9338
parent1ec7d85e061d632c8ea02d3a92dbc197b43adb20 (diff)
downloadaur-7f68228a3d736fd751ac0f481f3edb2db1962b87.tar.gz
incorporated new muparser release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a310889ed28..eb82d3219fd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scidavis-qt5
pkgdesc = Application for Scientific Data Analysis and Visualization, fork of QtiPlot. Qt5 port
pkgver = 2.3.0
- pkgrel = 1
+ pkgrel = 2
url = http://scidavis.sourceforge.net/
arch = x86_64
license = GPL
@@ -15,7 +15,7 @@ pkgbase = scidavis-qt5
depends = gsl
depends = glu
depends = mesa
- depends = muparser<2.3.1
+ depends = muparser>=2.3.2
depends = shared-mime-info
depends = desktop-file-utils
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 712ef88bf386..2924ce029b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _pkgname=scidavis
pkgname=scidavis-qt5
pkgver=2.3.0
_commit=${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="Application for Scientific Data Analysis and Visualization, fork of QtiPlot. Qt5 port"
arch=('x86_64')
url="http://scidavis.sourceforge.net/"
@@ -21,7 +21,7 @@ makedepends=('boost' 'cmake' 'qt5-tools'
'qwt5-qt5>=5.2.3.1-2'
'qwtplot3d-qt5>=0.2.7-3'
)
-depends=('gsl' 'glu' 'mesa' 'muparser<2.3.0' 'shared-mime-info'
+depends=('gsl' 'glu' 'mesa' 'muparser>=2.3.2' 'shared-mime-info'
'desktop-file-utils' 'hicolor-icon-theme'
'python-pyqt5'
'python-pyqt5-sip'