summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-05-02 12:35:53 -0400
committerAdam Goldsmith2018-05-02 12:35:53 -0400
commitae1a3606ba835c194eebc61058a4d0c34dc81e4e (patch)
tree5387cf84011f40195cea18898176decec7ffa000
parentb2c94c68c24f1a36a613f8f20526c3b75f8b282e (diff)
downloadaur-ae1a3606ba835c194eebc61058a4d0c34dc81e4e.tar.gz
Add qt5-quickcontrols2 depend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2a1e3295208..128962f4e013 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 = 3.1.0.1428.g4d3f7d098
+ pkgver = 3.3.1.307.g0c51173be
pkgrel = 1
url = https://github.com/Ultimaker/Cura
arch = any
@@ -12,6 +12,7 @@ pkgbase = cura-git
depends = python-numpy
depends = python-protobuf
depends = qt5-quickcontrols
+ depends = qt5-quickcontrols2
depends = libarcus-git
depends = uranium-git
depends = curaengine-git
diff --git a/PKGBUILD b/PKGBUILD
index 9a6303f99829..1f8ffaf30f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=3.1.0.1428.g4d3f7d098
+pkgver=3.3.1.307.g0c51173be
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -9,7 +9,15 @@ license=('GPL3')
url="https://github.com/Ultimaker/Cura"
provides=('cura')
conflicts=('cura')
-depends=('python' 'python-pyqt5' 'python-numpy' 'python-protobuf' 'qt5-quickcontrols' 'libarcus-git' 'uranium-git' 'curaengine-git')
+depends=('python'
+ 'python-pyqt5'
+ 'python-numpy'
+ 'python-protobuf'
+ 'qt5-quickcontrols'
+ 'qt5-quickcontrols2'
+ 'libarcus-git'
+ 'uranium-git'
+ 'curaengine-git')
makedepends=('git' 'cmake')
optdepends=('python-zeroconf: Detecting mDNS printers'
'cura-binary-data-git: Firmwares and translations'