summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM. Scholz2021-01-13 12:32:17 +0100
committerM. Scholz2021-01-13 12:32:17 +0100
commit838f9c26fd4131c8df2d7f0a7531e9fe74f438ac (patch)
tree51de67a77a9ff1222de94ac4622765a4db6676ff /PKGBUILD
parent7f68228a3d736fd751ac0f481f3edb2db1962b87 (diff)
downloadaur-838f9c26fd4131c8df2d7f0a7531e9fe74f438ac.tar.gz
fixed major update of sip package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2924ce029b92..92fc2448c6fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@ _pkgname=scidavis
pkgname=scidavis-qt5
pkgver=2.3.0
_commit=${pkgver}
-pkgrel=2
+pkgrel=3
pkgdesc="Application for Scientific Data Analysis and Visualization, fork of QtiPlot. Qt5 port"
arch=('x86_64')
url="http://scidavis.sourceforge.net/"
license=('GPL')
makedepends=('boost' 'cmake' 'qt5-tools'
-'sip' 'python-sip'
+'sip4' 'python-sip4'
'qwt5-qt5>=5.2.3.1-2'
'qwtplot3d-qt5>=0.2.7-3'
)