summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd31a98f3235..a325f767bb40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,10 @@ pkgbase = blendercam-git
license = GPL2
depends = blender
depends = python
+ depends = python-equation
depends = python-shapely
depends = python-numpy
+ depends = vtk
source = git+https://github.com/vilemnovak/blendercam.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6228822fc6db..39465c5c0acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="An open source solution for artistic CAM"
license=("GPL2")
arch=(any)
-depends=('blender' 'python' 'python-shapely' 'python-numpy')
+depends=('blender' 'python' 'python-equation' 'python-shapely' 'python-numpy' 'vtk')
url="http://blendercam.blogspot.com/"
install="blendercam-git.install"
source=("git+https://github.com/vilemnovak/blendercam.git")