summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-10-30 20:42:08 +0000
committerGrey Christoforo2016-10-30 20:42:08 +0000
commite9dc979ae8021f348d1e58a6ee58d625d40b1aba (patch)
tree2e0534bdcabb530f370e1afa77a5a1b110591fff
parent648133063f1550c6649eb7e97f22a9b5d00bf8e6 (diff)
downloadaur-e9dc979ae8021f348d1e58a6ee58d625d40b1aba.tar.gz
add scipy dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12ba471477f6..1a29e2113588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 21 20:11:16 UTC 2016
+# Sun Oct 30 20:42:04 UTC 2016
pkgbase = cura
pkgdesc = A software solution for 3D printing aimed at RepRaps and the Ultimaker.
pkgver = 2.3.0
@@ -12,6 +12,7 @@ pkgbase = cura
makedepends = qt5-tools
makedepends = cmake
depends = qt5-svg
+ depends = python-scipy
depends = python-pyserial
depends = python-numpy
depends = uranium
diff --git a/PKGBUILD b/PKGBUILD
index cebe7cdcd34f..dad4408511ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=cura
pkgver=2.3.0
pkgrel=1
pkgdesc="A software solution for 3D printing aimed at RepRaps and the Ultimaker."
-depends=('qt5-svg' 'python-pyserial' 'python-numpy' 'uranium' 'curaengine')
+depends=('qt5-svg' 'python-scipy' 'python-pyserial' 'python-numpy' 'uranium' 'curaengine')
makedepends=('qt5-tools' 'cmake')
provides=('cura')
url="https://ultimaker.com/en/products/cura-software"