summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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'