summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAskhat2020-12-08 21:05:06 +0700
committerAskhat2020-12-08 21:05:06 +0700
commitfbe4635eee9b6840de34cbe80a48d2f1d42c8b1f (patch)
tree2e85a4fc5c09f9db0e2f5fd16ba48861d97be78d
parentfda879dacee4a5f805dec621ee5effb24f1fd8fc (diff)
downloadaur-fbe4635eee9b6840de34cbe80a48d2f1d42c8b1f.tar.gz
Updated to version 3.3.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c07c61938844..e45fbc618362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = veusz
url = https://veusz.github.io/
arch = x86_64
license = GPL2
- makedepends = sip5
+ makedepends = sip
depends = python-pyqt5
depends = python-numpy
depends = python-sip
diff --git a/PKGBUILD b/PKGBUILD
index 497274ccf26d..05c68141233d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64')
url="https://veusz.github.io/"
license=('GPL2')
depends=('python-pyqt5' 'python-numpy' 'python-sip' 'hicolor-icon-theme')
-makedepends=('sip5')
+makedepends=('sip')
optdepends=('python-h5py: HDF5 support'
# 'pyemf >= 2.0.0: EMF export https://github.com/jeremysanders/pyemf (Python 3 port in development) - package missing
'python-dbus: dbus interface'