summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas18182020-10-14 18:37:20 +0200
committerLukas18182020-10-14 18:37:20 +0200
commitf8db70575bd5c79045fbc9e60dd9889a762729c9 (patch)
treef64ca0f840440daec835807cd9401495d4298152
parenta503d15b4ca2bf54b09d4965bf7dd34941207403 (diff)
downloadaur-f8db70575bd5c79045fbc9e60dd9889a762729c9.tar.gz
remove qhull dependency
qhull package is not needed, if using included qhull
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c92fe21c91f..c43fad09381d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = superslicer
depends = glew
depends = nlopt
depends = openvdb
- depends = qhull
depends = wxgtk3-dev
depends = boost-libs-171-opt
conflicts = slic3r++
diff --git a/PKGBUILD b/PKGBUILD
index ad3ed5c27cc6..f592377f62f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)"
arch=('x86_64')
url="https://github.com/supermerill/SuperSlicer"
license=('AGPL3')
-depends=('cgal' 'glew' 'nlopt' 'openvdb' 'qhull' 'wxgtk3-dev' 'boost-libs-171-opt')
+depends=('cgal' 'glew' 'nlopt' 'openvdb' 'wxgtk3-dev' 'boost-libs-171-opt')
conflicts=('slic3r++')
replaces=('slic3r++')
makedepends=('cereal' 'cmake' 'eigen' 'libigl' 'openvdb' 'wxgtk2') # cmake doesn't detect wx if not both gtk2 and gtk3 are installed