summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAskhat2018-11-13 18:37:43 +0700
committerAskhat2018-11-13 18:37:43 +0700
commitade6e14af795a32fdc91d4658fcf9f74523bc778 (patch)
treed440c0edcecbad1d63795985666892889a53cc5c /PKGBUILD
parentdbffde428c74c741f51e44ffcfa7a7d299999bfc (diff)
downloadaur-ade6e14af795a32fdc91d4658fcf9f74523bc778.tar.gz
Fixed makedependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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'