summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2021-01-09 12:56:40 +0100
committerGrey Christoforo2021-01-09 12:56:40 +0100
commitbca2e425ad24d94aa1010a0e913566a97b2ae492 (patch)
treefde1960fe07c6441706de041dee1a5f242bfab6a /PKGBUILD
parentc04d3d1d8c888ef8e0f935b76584a592876fcc86 (diff)
downloadaur-bca2e425ad24d94aa1010a0e913566a97b2ae492.tar.gz
add some optdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de65aa4abc84..234ae0a0bfb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
-# Maintainer: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
pkgname=freecad-git
pkgver=0.19_pre.r4995.g1851ddd933
@@ -13,7 +12,6 @@ depends=(
boost-libs
glew
jsoncpp
-libspnav
med
netcdf
opencascade
@@ -46,6 +44,10 @@ python-shiboken2
shiboken2
swig
)
+optdepends=(
+'povray: ray tracing support'
+'libspnav: 3d mouse support'
+)
provides=('freecad')
conflicts=('freecad' 'freecad-appimage' 'freecad-appimage-git')
source=("git+https://github.com/FreeCAD/FreeCAD.git")