summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin McCormack2022-02-28 16:01:19 -0500
committerKevin McCormack2022-02-28 16:01:19 -0500
commitd06a981b0444216c85d8445bbc9c25ccb638ce12 (patch)
tree98075659fb4f0b0c83d495fb3a313d8e4dd5e32a /PKGBUILD
parent54a804f89eeb7c9d6bde148d02d3a84288e30983 (diff)
downloadaur-d06a981b0444216c85d8445bbc9c25ccb638ce12.tar.gz
Add libxcrypt-compat dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09e3a99ec771..f94a79488c56 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=7
+pkgrel=8
pkgdesc='Cura LulzBot Edition for LulzBot 3D Printers by Aleph Objects, Inc.'
arch=('x86_64')
url='https://www.lulzbot.com/cura'
@@ -14,6 +14,7 @@ depends=('cython'
'gcc-fortran'
'libffi6'
'libsavitar'
+ 'libxcrypt-compat'
'openblas'
'python'
'python-nose'