From 39a1dcbd917c08801f91d6888f4685aa0ce5b304 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 16 Jul 2019 10:57:38 +0200 Subject: Sync with PKGBUILDs repo to add gtest check dependency --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index eb2f20d..040632d 100644 --- a/PKGBUILD +++ b/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}" -- cgit v1.2.1