summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2020-10-05 18:03:38 +0100
committerGrey Christoforo2020-10-05 18:03:38 +0100
commit2e62008faf6707e88aeceeae4c4265d53af06cef (patch)
treefd91913ea3d4e6ed00e5afb2735414c29adc3c62
parenteb58af9754fbf1d8c86e4464099c8a0570ba8ae5 (diff)
downloadaur-2e62008faf6707e88aeceeae4c4265d53af06cef.tar.gz
add missing deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bca73528a041..d8b07aa752fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cq-editor-git
pkgdesc = CadQuery GUI editor based on PyQT built from git
pkgver = 0.1.2.r15.g3a87ed0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CadQuery/CQ-editor
arch = x86_64
license = Apache 2.0
@@ -19,6 +19,8 @@ pkgbase = python-cq-editor-git
depends = python-path.py
depends = python-requests
depends = spyder
+ depends = python-scipy
+ depends = python-nptyping
provides = python-cq-editor
conflicts = python-cq-editor
source = git+https://github.com/CadQuery/CQ-editor.git
diff --git a/PKGBUILD b/PKGBUILD
index 4a2dfd61fa55..380a73dff6cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-cq-editor-git
pkgver=0.1.2.r15.g3a87ed0
-pkgrel=1
+pkgrel=2
pkgdesc="CadQuery GUI editor based on PyQT built from git"
arch=('x86_64')
url="https://github.com/CadQuery/CQ-editor"
license=('Apache 2.0')
provides=('python-cq-editor')
conflicts=('python-cq-editor')
-depends=('python-cadquery' 'python-pyqt5' 'python-qtconsole' 'python-logbook' 'python-pyparsing' 'python-pyqtgraph' 'python-path.py' 'python-requests' 'spyder')
+depends=('python-cadquery' 'python-pyqt5' 'python-qtconsole' 'python-logbook' 'python-pyparsing' 'python-pyqtgraph' 'python-path.py' 'python-requests' 'spyder' 'python-scipy' 'python-nptyping')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-qt' 'python-pytest-mock')
source=("git+https://github.com/CadQuery/CQ-editor.git")