summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCormack2020-01-18 11:54:36 -0500
committerKevin McCormack2020-01-18 11:54:36 -0500
commite46ac43b7b821675b1b92e7f20c1b4b64f423a34 (patch)
tree5315427c964877a285f5ca6886a5762956a14452
parentb83e7a70ffec149fcb8fd9e622b56f9ba6d67968 (diff)
downloadaur-e46ac43b7b821675b1b92e7f20c1b4b64f423a34.tar.gz
Add python-cx_freeze dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95b1607bc4db..0aac2c557c87 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 = 2
+ pkgrel = 3
url = https://www.lulzbot.com/cura
arch = x86_64
license = AGPL3
@@ -18,6 +18,7 @@ pkgbase = cura-lulzbot
depends = libsavitar
depends = openblas
depends = python
+ depends = python-cx_freeze
depends = python-nose
depends = python-numpy
depends = python-numpy-stl
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'