summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2020-01-01 21:29:34 -0500
committerAdam Goldsmith2020-01-01 21:29:44 -0500
commit33d1304f9e1be38c59f27cbf488dd6090bd56830 (patch)
treeeafd1e6a018c2087ba27a08cf27b6e1c730a31b3
parent7a892dfab53e11478219d916b0bb0da2241e7a94 (diff)
downloadaur-33d1304f9e1be38c59f27cbf488dd6090bd56830.tar.gz
Add python-trimesh optdepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fd24aae0dbf..bf13dfa3eb61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,7 @@ pkgbase = cura-git
optdepends = cura-binary-data-git: Firmwares and translations
optdepends = python-pyserial: USB printing
optdepends = cura-fdm-materials-git: Default Materials
+ optdepends = python-trimesh: Reading AMF files
provides = cura
conflicts = cura
source = git+https://github.com/Ultimaker/Cura.git
diff --git a/PKGBUILD b/PKGBUILD
index eebb4814cf5c..1fce79216184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,8 @@ makedepends=('git' 'cmake')
optdepends=('python-zeroconf: Detecting mDNS printers'
'cura-binary-data-git: Firmwares and translations'
'python-pyserial: USB printing'
- 'cura-fdm-materials-git: Default Materials')
+ 'cura-fdm-materials-git: Default Materials'
+ 'python-trimesh: Reading AMF files')
source=('git+https://github.com/Ultimaker/Cura.git')
md5sums=('SKIP')