summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin McCormack2020-01-18 11:54:36 -0500
committerKevin McCormack2020-01-18 11:54:36 -0500
commite46ac43b7b821675b1b92e7f20c1b4b64f423a34 (patch)
tree5315427c964877a285f5ca6886a5762956a14452 /PKGBUILD
parentb83e7a70ffec149fcb8fd9e622b56f9ba6d67968 (diff)
downloadaur-e46ac43b7b821675b1b92e7f20c1b4b64f423a34.tar.gz
Add python-cx_freeze dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae1a08ba9d82..4317d2583580 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=2
+pkgrel=3
pkgdesc='Cura LulzBot Edition for LulzBot 3D Printers by Aleph Objects, Inc.'
arch=('x86_64')
url='https://www.lulzbot.com/cura'
@@ -15,6 +15,7 @@ depends=('cython'
'libsavitar'
'openblas'
'python'
+ 'python-cx_freeze'
'python-nose'
'python-numpy'
'python-numpy-stl'