summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-07-16 10:57:38 +0200
committerMartchus2019-07-16 10:57:59 +0200
commit39a1dcbd917c08801f91d6888f4685aa0ce5b304 (patch)
tree274d2403010ac90f79608b7879095fc1dfac1977
parent06b85e93340e50de1e1808d46b060095a5114889 (diff)
downloadaur-39a1dcbd917c08801f91d6888f4685aa0ce5b304.tar.gz
Sync with PKGBUILDs repo to add gtest check dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a67b2202f5e9..5865bf859886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = pistache-git
arch = i686
arch = x86_64
license = APACHE
+ checkdepends = gtest
makedepends = cmake
makedepends = git
provides = pistache
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}"