From 273bccccbcc534acdb15d721f0edb5b3c23765cd Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Thu, 18 Oct 2018 14:23:38 +0200 Subject: [PATCH] remove jsoncpp stuff --- README.md | 4 ++-- misc/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac147dc..7e2bc98 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Ubuntu, Windows) angeboten. Bitte die Hinweise dort beachten. ### Selbst compilieren KIMA2 benötigt folgende Libraries: * Qt5 -* jsoncpp -* xlnt >= 1.3.0 * boost >= 1.62 * libusb-1.0 +* xlnt >= 1.3.0 +* nlohmann-json (als 3rdparty submodule vorhanden) Da Features aus C++17 verwendet werden sowie std::filesystem, sollte als Compiler mindestens GCC 8 verwendet werden. diff --git a/misc/PKGBUILD b/misc/PKGBUILD index 2902c23..9ecb737 100644 --- a/misc/PKGBUILD +++ b/misc/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Martin Brodbeck pkgname=kima2 -pkgver=0.9.0 +pkgver=0.12.0 pkgrel=1 pkgdesc="A small cash point program for children's things markets (German only)" arch=('i686' 'x86_64') url="http://www.rustysoft.de/?01_kima2" license=('custom') -depends=('glibc' 'libusb' 'qt5-base' 'sqlite3' 'xlnt' 'jsoncpp') +depends=('glibc' 'libusb' 'qt5-base' 'sqlite3' 'xlnt') makedepends=('boost>=1.62') source=($pkgname-$pkgver.tar.gz) md5sums=('')