diff --git a/pistache/git/PKGBUILD b/pistache/git/PKGBUILD index eb2f20db..040632da 100644 --- a/pistache/git/PKGBUILD +++ b/pistache/git/PKGBUILD @@ -12,6 +12,7 @@ pkgdesc='Modern and elegant HTTP and REST framework for C++' license=('APACHE') depends=() makedepends=('cmake' 'git') +checkdepends=('gtest') provides=("${_name}") conflicts=("${_name}") url="https://github.com/oktal/${_name}"