summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2019-07-16 10:57:38 +0200
committerMartchus2019-07-16 10:57:59 +0200
commit39a1dcbd917c08801f91d6888f4685aa0ce5b304 (patch)
tree274d2403010ac90f79608b7879095fc1dfac1977 /PKGBUILD
parent06b85e93340e50de1e1808d46b060095a5114889 (diff)
downloadaur-39a1dcbd917c08801f91d6888f4685aa0ce5b304.tar.gz
Sync with PKGBUILDs repo to add gtest check dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb2f20dbf6c9..040632dac271 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}"