summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2018-09-13 16:06:58 -0400
committerAdam Goldsmith2018-09-13 16:06:58 -0400
commit79a5c1fc9faef76d30e1d9b93dc4a0fb9611eadf (patch)
tree19e550962807af8c98a9e093d0b49964c3b0333d /PKGBUILD
parentae1a3606ba835c194eebc61058a4d0c34dc81e4e (diff)
downloadaur-79a5c1fc9faef76d30e1d9b93dc4a0fb9611eadf.tar.gz
Add libsavitar dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f8ffaf30f5c..3bf6e42a77a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=3.3.1.307.g0c51173be
+pkgver=3.4.1.1045.gc962b519b
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -16,6 +16,7 @@ depends=('python'
'qt5-quickcontrols'
'qt5-quickcontrols2'
'libarcus-git'
+ 'libsavitar'
'uranium-git'
'curaengine-git')
makedepends=('git' 'cmake')