summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d1c1267aea5..8682baa7ad95 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 = 4
+ pkgrel = 5
url = https://www.lulzbot.com/cura
arch = x86_64
license = AGPL3
@@ -15,6 +15,7 @@ pkgbase = cura-lulzbot
makedepends = sip
depends = cython
depends = gcc-fortran
+ depends = libffi6
depends = libsavitar
depends = openblas
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index bc376e3cf8dc..c1158a2c72af 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=4
+pkgrel=5
pkgdesc='Cura LulzBot Edition for LulzBot 3D Printers by Aleph Objects, Inc.'
arch=('x86_64')
url='https://www.lulzbot.com/cura'
@@ -12,6 +12,7 @@ md5sums=('SKIP')
conflicts=("cura-lulzbot-git")
depends=('cython'
'gcc-fortran'
+ 'libffi6'
'libsavitar'
'openblas'
'python'
@@ -28,7 +29,7 @@ depends=('cython'
'qt5-graphicaleffects'
'qt5-quickcontrols'
'qt5-quickcontrols2'
- 'qt5-svg')
+ 'qt5-svg')
makedepends=('cmake'
'git'
'python-sip'