diff options
author | Stefan Biereigel | 2024-03-16 20:20:15 +0100 |
---|---|---|
committer | Stefan Biereigel | 2024-03-16 20:20:15 +0100 |
commit | 4f99fed7ef438f731b08b0069c07a6f3d98b1d7a (patch) | |
tree | f3c2c87330b2d614b472ad104b99cca2670c80d2 | |
parent | ca937cab4675e9535a8a78c4283e6e82a35bd120 (diff) | |
download | aur-4f99fed7ef438f731b08b0069c07a6f3d98b1d7a.tar.gz |
add nlohmann-json to dependencies
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = csxcad-git pkgdesc = A C++ library to describe geometrical objects and their physical or non-physical properties. - pkgver = v0.6.2.r88.g3818a03 + pkgver = v0.6.3.r2.gc6a1587 pkgrel = 1 url = https://github.com/thliebig/CSXCAD arch = i686 @@ -18,6 +18,7 @@ pkgbase = csxcad-git depends = vtk depends = boost depends = cgal + depends = nlohmann-json provides = csxcad conflicts = csxcad source = git+https://github.com/thliebig/CSXCAD @@ -26,4 +27,3 @@ pkgbase = csxcad-git md5sums = SKIP pkgname = csxcad-git - @@ -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') |