fix missing dependency (should've run namcap ...)

This commit is contained in:
Dominic 2020-04-28 22:31:42 +02:00
parent 68ecf2b90c
commit 64d2848659
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 5 additions and 5 deletions

View file

@ -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"