summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominic2020-04-28 22:31:42 +0200
committerDominic2020-04-28 22:31:42 +0200
commit64d284865901d3d166df42e7e7717e58595ad7eb (patch)
tree358708dbc2035802b12cd0c01c76667133127d20 /PKGBUILD
parent68ecf2b90c05824ef71ea49532b6df71b123a342 (diff)
downloadaur-64d284865901d3d166df42e7e7717e58595ad7eb.tar.gz
fix missing dependency (should've run namcap ...)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19209be3a800..84cd8c93f34d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=slic3r++
pkgver=2.2.49.0
_pkgtag=1.39.0
-pkgrel=1
+pkgrel=2
pkgdesc="G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)"
arch=('x86_64')
url="https://github.com/supermerill/Slic3r"
license=('AGPL3')
-depends=('boost-libs' 'glew' 'intel-tbb' 'nlopt' 'qhull' 'wxgtk3')
+depends=('cgal' 'glew' 'nlopt' 'openvdb' 'qhull' 'wxgtk3')
makedepends=('boost' 'cereal' 'cmake' 'eigen' 'libigl' 'openvdb' 'wxgtk2') # cmake doesn't detect wx if not both gtk2 and gtk3 are installed
source=("https://github.com/supermerill/Slic3r/archive/$_pkgtag.tar.gz"
"slic3r++.desktop"