summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2021-06-04 13:55:16 -0400
committerAdam Goldsmith2021-06-04 13:58:06 -0400
commit789f1d083407bc3b0c59cd2bb19cb70c741629e3 (patch)
tree83045426c9edae4fd55c470175b318a664c737a4
parentc05c7e047805546e1b6d1eff9ae47396f751d7d8 (diff)
downloadaur-blendercam-git.tar.gz
Add new vtk and python-equation dependencies
-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")