summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Biereigel2024-03-16 20:20:15 +0100
committerStefan Biereigel2024-03-16 20:20:15 +0100
commit4f99fed7ef438f731b08b0069c07a6f3d98b1d7a (patch)
treef3c2c87330b2d614b472ad104b99cca2670c80d2 /PKGBUILD
parentca937cab4675e9535a8a78c4283e6e82a35bd120 (diff)
downloadaur-csxcad-git.tar.gz
add nlohmann-json to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b2fd8a5704b..6b5d45577039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Stefan Biereigel <stefan@biereigel.de>
pkgname=csxcad-git
-pkgver=v0.6.2.r88.g3818a03
+pkgver=v0.6.3.r2.gc6a1587
pkgrel=1
pkgdesc="A C++ library to describe geometrical objects and their physical or non-physical properties."
url="https://github.com/thliebig/CSXCAD"
arch=('i686' 'x86_64')
license=('LGPL3')
-depends=('fparser' 'qt5-webkit' 'glew' 'proj' 'libharu' 'tinyxml' 'hdf5' 'vtk' 'boost' 'cgal')
+depends=('fparser' 'qt5-webkit' 'glew' 'proj' 'libharu' 'tinyxml' 'hdf5' 'vtk' 'boost' 'cgal' 'nlohmann-json')
makedepends=('cmake' 'cython')
provides=('csxcad')
conflicts=('csxcad')