summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2017-01-24 13:19:54 -0500
committerAdam Goldsmith2017-01-24 13:19:54 -0500
commitc53a9575515bf8a0ee552340f68cfac9e1ef235b (patch)
tree8eba9c0e83512bd8d4b6d135719867dc47406cbf
parent5b536e9616b6852f187d6b95ce3788edbaa06b57 (diff)
downloadaur-c53a9575515bf8a0ee552340f68cfac9e1ef235b.tar.gz
Move python-pyserial to optdepends, add two new optdepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23d222cbe802..8c15478121ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 4 15:38:32 UTC 2016
+# Tue Jan 24 18:19:23 UTC 2017
pkgbase = cura-git
pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker.
- pkgver = 2.3.0.975.ga1acfe1
+ pkgver = 2.3.0.1312.ga8efde94
pkgrel = 1
url = https://github.com/daid/Cura
arch = any
@@ -11,13 +11,15 @@ pkgbase = cura-git
makedepends = cmake
depends = python
depends = python-pyqt5
- depends = python-pyserial
depends = python-numpy
depends = python-protobuf
depends = qt5-quickcontrols
depends = libarcus-git
depends = uranium-git
depends = curaengine-git
+ optdepends = python-zeroconf: Detecting mDNS printers
+ optdepends = cura-binary-data-git: Firmwares and translations
+ optdepends = python-pyserial: USB printing
provides = cura
conflicts = cura
source = git+https://github.com/Ultimaker/Cura.git
diff --git a/PKGBUILD b/PKGBUILD
index 10e573baf596..ca628dfb23b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=2.3.0.975.ga1acfe1
+pkgver=2.3.0.1312.ga8efde94
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -9,8 +9,11 @@ license=('GPL3')
url="https://github.com/daid/Cura"
provides=('cura')
conflicts=('cura')
-depends=('python' 'python-pyqt5' 'python-pyserial' 'python-numpy' 'python-protobuf' 'qt5-quickcontrols' 'libarcus-git' 'uranium-git' 'curaengine-git')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-protobuf' 'qt5-quickcontrols' 'libarcus-git' 'uranium-git' 'curaengine-git')
makedepends=('git' 'cmake')
+optdepends=('python-zeroconf: Detecting mDNS printers'
+ 'cura-binary-data-git: Firmwares and translations'
+ 'python-pyserial: USB printing')
source=('git+https://github.com/Ultimaker/Cura.git' 'site-packages-dir.patch')
md5sums=('SKIP' '68ddf58623d21a736d1075099667bdef')