fix missing dependency (should've run namcap ...)
This commit is contained in:
parent
68ecf2b90c
commit
64d2848659
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = slic3r++
|
||||
pkgdesc = G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
|
||||
pkgver = 2.2.49.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/supermerill/Slic3r
|
||||
arch = x86_64
|
||||
license = AGPL3
|
||||
|
@ -12,10 +12,10 @@ pkgbase = slic3r++
|
|||
makedepends = libigl
|
||||
makedepends = openvdb
|
||||
makedepends = wxgtk2
|
||||
depends = boost-libs
|
||||
depends = cgal
|
||||
depends = glew
|
||||
depends = intel-tbb
|
||||
depends = nlopt
|
||||
depends = openvdb
|
||||
depends = qhull
|
||||
depends = wxgtk3
|
||||
source = https://github.com/supermerill/Slic3r/archive/1.39.0.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue