summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e1519dfc7cd..a7b3f4c0917e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 1 08:19:56 UTC 2018
+# Tue Nov 13 11:36:44 UTC 2018
pkgbase = veusz
pkgdesc = A 2D and 3D scientific plotting package, designed to create publication-ready PDF or SVG output
pkgver = 3.0.1
@@ -7,6 +7,7 @@ pkgbase = veusz
url = https://veusz.github.io/
arch = x86_64
license = GPL2
+ makedepends = sip
depends = python-pyqt5
depends = python-numpy
depends = python-sip
diff --git a/PKGBUILD b/PKGBUILD
index b0823ff3796d..68a26154ea30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ arch=('x86_64')
url="https://veusz.github.io/"
license=('GPL2')
depends=('python-pyqt5' 'python-numpy' 'python-sip' 'hicolor-icon-theme')
+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'