Add jq to check dependencies of tageditor

This commit is contained in:
Martchus 2020-06-10 18:48:20 +02:00
parent 6f41ad0f45
commit 66ffc24dcf
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ depends=('qtutilities-git' 'tagparser-git' 'desktop-file-utils' 'xdg-utils')
[[ $_js_provider == qml ]] && depends+=('qt5-declarative')
makedepends=('cmake' 'qt5-tools' 'git' 'mesa')
[[ $_json_export == ON ]] && makedepends+=('reflective-rapidjson-git')
checkdepends=('cppunit')
checkdepends=('cppunit' 'jq')
provides=("${_name}")
conflicts=("${_name}")
url="https://github.com/Martchus/${_reponame}"