summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2022-02-13 13:17:02 +0100
committerGrey Christoforo2022-02-13 13:17:02 +0100
commit5da9e301d55b32e379e427da1d2420dd9f5bac20 (patch)
tree811cecfa6a06f51e175731159d70ac9943c116fa /PKGBUILD
parentcd7e9d6b89110fa69f56b20a45c41b45c08f9e60 (diff)
downloadaur-5da9e301d55b32e379e427da1d2420dd9f5bac20.tar.gz
add missing checkdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 163ed184cc44..32f96326fb7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=freecad-git
-pkgver=0.20.0.r2430.gb23ae963d9
+pkgver=0.20.0.r3237.ga6f0f69ed6
pkgrel=1
epoch=0
pkgdesc='A general purpose 3D CAD modeler - git checkout'
@@ -46,6 +46,10 @@ python-shiboken2
shiboken2
swig
)
+checkdepends=(
+fmt
+pugixml
+)
optdepends=(
'povray: ray tracing support'
'luxcorerender: ray tracing support'