summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2020-03-19 14:23:18 -0400
committerAdam Goldsmith2020-03-19 14:23:18 -0400
commit144566da83001d7fcd9490b62457e908493df6b0 (patch)
tree6f0e2a7b4a1a62abb52903d2b4dd3a4917a49b76
parentc70bbe177c4e6dd38991e88c65f1d11d364f31e6 (diff)
downloadaur-144566da83001d7fcd9490b62457e908493df6b0.tar.gz
Add optdepend python-libcharon for UFPWriter/UFPReader plugin
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4448ce0bd45f..9dc3468cd9a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cura-git
pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker.
- pkgver = 4.5.0.r82.g7c70ace8f
+ pkgver = 4.5.0.r192.g44b61d370
pkgrel = 1
url = https://github.com/Ultimaker/Cura
arch = any
@@ -26,6 +26,7 @@ pkgbase = cura-git
optdepends = python-pyserial: USB printing
optdepends = cura-fdm-materials-git: Default Materials
optdepends = python-trimesh: Reading AMF files
+ optdepends = python-libcharon: UFPWriter/UFPReader
provides = cura
conflicts = cura
source = git+https://github.com/Ultimaker/Cura.git
diff --git a/PKGBUILD b/PKGBUILD
index 899f1cefe1ea..4d60c70e27d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=4.5.0.r82.g7c70ace8f
+pkgver=4.5.0.r192.g44b61d370
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -28,7 +28,8 @@ optdepends=('python-zeroconf: Detecting mDNS printers'
'cura-binary-data-git: Firmwares and translations'
'python-pyserial: USB printing'
'cura-fdm-materials-git: Default Materials'
- 'python-trimesh: Reading AMF files')
+ 'python-trimesh: Reading AMF files'
+ 'python-libcharon: UFPWriter/UFPReader')
source=('git+https://github.com/Ultimaker/Cura.git')
md5sums=('SKIP')