summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCormack2020-05-31 13:23:40 -0400
committerKevin McCormack2020-05-31 13:23:40 -0400
commit263557708b727d3dfbed0886e2764979775dbb56 (patch)
tree82461e59a8cd3e3f97031f8836bce0e2c601c518
parente46ac43b7b821675b1b92e7f20c1b4b64f423a34 (diff)
downloadaur-263557708b727d3dfbed0886e2764979775dbb56.tar.gz
Add qt5-svg dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aac2c557c87..7d1c1267aea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cura-lulzbot
pkgdesc = Cura LulzBot Edition for LulzBot 3D Printers by Aleph Objects, Inc.
pkgver = 3.6.21
- pkgrel = 3
+ pkgrel = 4
url = https://www.lulzbot.com/cura
arch = x86_64
license = AGPL3
@@ -31,6 +31,7 @@ pkgbase = cura-lulzbot
depends = qt5-graphicaleffects
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
+ depends = qt5-svg
optdepends = python-zeroconf: Detecting mDNS printers
optdepends = python-pyserial: USB printing
conflicts = cura-lulzbot-git
diff --git a/PKGBUILD b/PKGBUILD
index 4317d2583580..bc376e3cf8dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://gitlab.com/lulzbot3d/cura-le/curabuild-lulzbot/
pkgname=cura-lulzbot
pkgver=3.6.21
-pkgrel=3
+pkgrel=4
pkgdesc='Cura LulzBot Edition for LulzBot 3D Printers by Aleph Objects, Inc.'
arch=('x86_64')
url='https://www.lulzbot.com/cura'
@@ -27,7 +27,8 @@ depends=('cython'
'python-typing_extensions'
'qt5-graphicaleffects'
'qt5-quickcontrols'
- 'qt5-quickcontrols2')
+ 'qt5-quickcontrols2'
+ 'qt5-svg')
makedepends=('cmake'
'git'
'python-sip'