summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathieu Westphal2023-05-14 18:46:57 +0200
committerMathieu Westphal2023-05-14 18:46:57 +0200
commit981e81063fd8a22b874065471fde057bd048de64 (patch)
tree492ccb3f61a0578f50694282cb5a4aad2decaa2c /PKGBUILD
parent693cd3e6a57d892954f93f3328d9f0ec7dfd20d4 (diff)
downloadaur-f3d-git.tar.gz
Add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5ee6f24bc47..57c7b06dd417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
url="https://github.com/$_name-app/$_name"
license=('BSD')
depends=('vtk' 'glew' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'draco' 'python' 'fmt')
-makedepends=('git' 'git-lfs' 'cmake' 'help2man' 'pybind11' 'jdk-openjdk')
+makedepends=('git' 'git-lfs' 'cmake' 'help2man' 'pybind11' 'jdk-openjdk' 'nlohmann-json')
provides=('f3d')
conflicts=('f3d')
source=("git+https://github.com/$_name-app/$_name.git")