* update jsoncpp to 1.9.5-3

This commit is contained in:
Alexander Baldeck 2024-07-25 19:51:11 +02:00
parent a8a262c3c3
commit b88baec83a
3 changed files with 30 additions and 1 deletions

26
jsoncpp/.SRCINFO Normal file
View File

@ -0,0 +1,26 @@
pkgbase = jsoncpp
pkgdesc = C++ library for interacting with JSON
pkgver = 1.9.5
pkgrel = 3
url = https://github.com/open-source-parsers/jsoncpp
arch = x86_64
license = MIT
license = custom:Public_Domain
makedepends = gcc-libs
makedepends = doxygen
makedepends = graphviz
makedepends = python
makedepends = meson
options = staticlibs
source = https://github.com/open-source-parsers/jsoncpp/archive/1.9.5/jsoncpp-1.9.5.tar.gz
sha512sums = 1d06e044759b1e1a4cc4960189dd7e001a0a4389d7239a6d59295af995a553518e4e0337b4b4b817e70da5d9731a4c98655af90791b6287870b5ff8d73ad8873
b2sums = 744275297647be8f1ac7bbf6c818e5106fc122591b3fb68c37cf33f5b3b7d6666e8429bb7ca2ae693202a5a83c274303804e21ebb27f05ba235568bf75a9b375
pkgname = jsoncpp
depends = gcc-libs
optdepends = jsoncpp-doc: documentation
provides = libjsoncpp.so
pkgname = jsoncpp-doc
pkgdesc = C++ library for interacting with JSON (documentation)
optdepends = jsoncpp

3
jsoncpp/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[jsoncpp]
source = "git"
git = "https://github.com/open-source-parsers/jsoncpp.git"

View File

@ -7,7 +7,7 @@
pkgbase=jsoncpp
pkgname=('jsoncpp' 'jsoncpp-doc')
pkgver=1.9.5
pkgrel=2
pkgrel=3
pkgdesc='C++ library for interacting with JSON'
url='https://github.com/open-source-parsers/jsoncpp'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)