summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Scholz2020-06-14 21:42:13 +0200
committerM. Scholz2020-06-14 21:42:13 +0200
commit1ec7d85e061d632c8ea02d3a92dbc197b43adb20 (patch)
tree265953f6467ad892d87124d489b3ec94bccd7582
parentcfc7b9b1d20b64c986c957f8139f7cc11f87adf1 (diff)
downloadaur-1ec7d85e061d632c8ea02d3a92dbc197b43adb20.tar.gz
new upstream release + downgraded muparser dependency due to
https://github.com/highperformancecoder/scidavis/issues/139
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c9704c94b19..1a310889ed28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = scidavis-qt5
pkgdesc = Application for Scientific Data Analysis and Visualization, fork of QtiPlot. Qt5 port
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = http://scidavis.sourceforge.net/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = scidavis-qt5
depends = gsl
depends = glu
depends = mesa
- depends = muparser
+ depends = muparser<2.3.1
depends = shared-mime-info
depends = desktop-file-utils
depends = hicolor-icon-theme
@@ -25,9 +25,9 @@ pkgbase = scidavis-qt5
depends = python
depends = python-scipy
conflicts = scidavis
- source = scidavis-2.2.0.zip::https://github.com/highperformancecoder/scidavis/archive/2.2.0.zip
+ source = scidavis-2.3.0.zip::https://github.com/highperformancecoder/scidavis/archive/2.3.0.zip
source = patch-linking
- sha512sums = b90ea38953eb5715a9c990aefeb22b76edba995d5fe644dc8f802317651e6ad026c200ca28b4dfb658d6c08edb5983441ab07027d17a64f138f66ae8124c296a
+ sha512sums = 090393e393f02b36219582751c0276ba8c2bea5cd80de2e5080b3eff546516ce64769e0d72ff82a873ef3d976ba5b1456873a0330e7cf213a7a90ccd46ae8cdc
sha512sums = 69f04800343935141ad224510a915a8cbdbd0e07401a61530a52e18ea5d02b85f7e579f70b6bb32b37e085c07f61a8ce3f9c83f7b7b9cfe0553624b8ff9ff5db
pkgname = scidavis-qt5
diff --git a/PKGBUILD b/PKGBUILD
index df4caaea1baf..712ef88bf386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=scidavis
pkgname=scidavis-qt5
-pkgver=2.2.0
+pkgver=2.3.0
_commit=${pkgver}
pkgrel=1
pkgdesc="Application for Scientific Data Analysis and Visualization, fork of QtiPlot. Qt5 port"
@@ -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' 'shared-mime-info'
+depends=('gsl' 'glu' 'mesa' 'muparser<2.3.0' 'shared-mime-info'
'desktop-file-utils' 'hicolor-icon-theme'
'python-pyqt5'
'python-pyqt5-sip'
@@ -31,7 +31,7 @@ conflicts=('scidavis')
source=("${_pkgname}-${pkgver}.zip::https://github.com/highperformancecoder/scidavis/archive/${_commit}.zip"
'patch-linking'
)
-sha512sums=('b90ea38953eb5715a9c990aefeb22b76edba995d5fe644dc8f802317651e6ad026c200ca28b4dfb658d6c08edb5983441ab07027d17a64f138f66ae8124c296a'
+sha512sums=('090393e393f02b36219582751c0276ba8c2bea5cd80de2e5080b3eff546516ce64769e0d72ff82a873ef3d976ba5b1456873a0330e7cf213a7a90ccd46ae8cdc'
'69f04800343935141ad224510a915a8cbdbd0e07401a61530a52e18ea5d02b85f7e579f70b6bb32b37e085c07f61a8ce3f9c83f7b7b9cfe0553624b8ff9ff5db')
prepare() {