summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Scholz2021-01-13 12:32:17 +0100
committerM. Scholz2021-01-13 12:32:17 +0100
commit838f9c26fd4131c8df2d7f0a7531e9fe74f438ac (patch)
tree51de67a77a9ff1222de94ac4622765a4db6676ff
parent7f68228a3d736fd751ac0f481f3edb2db1962b87 (diff)
downloadaur-838f9c26fd4131c8df2d7f0a7531e9fe74f438ac.tar.gz
fixed major update of sip package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb82d3219fd1..f4ab4adb86e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = scidavis-qt5
pkgdesc = Application for Scientific Data Analysis and Visualization, fork of QtiPlot. Qt5 port
pkgver = 2.3.0
- pkgrel = 2
+ pkgrel = 3
url = http://scidavis.sourceforge.net/
arch = x86_64
license = GPL
makedepends = boost
makedepends = cmake
makedepends = qt5-tools
- makedepends = sip
- makedepends = python-sip
+ makedepends = sip4
+ makedepends = python-sip4
makedepends = qwt5-qt5>=5.2.3.1-2
makedepends = qwtplot3d-qt5>=0.2.7-3
depends = gsl
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'
)