add missing checkdeps

This commit is contained in:
Grey Christoforo 2022-02-13 13:17:02 +01:00
parent cd7e9d6b89
commit 5da9e301d5
2 changed files with 8 additions and 2 deletions

View file

@ -1,11 +1,13 @@
pkgbase = freecad-git
pkgdesc = A general purpose 3D CAD modeler - git checkout
pkgver = 0.20.0.r2430.gb23ae963d9
pkgver = 0.20.0.r3237.ga6f0f69ed6
pkgrel = 1
epoch = 0
url = https://www.freecadweb.org/
arch = x86_64
license = LGPL
checkdepends = fmt
checkdepends = pugixml
makedepends = boost
makedepends = cmake
makedepends = coin

View file

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