summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Claßen2018-05-10 16:59:19 +0200
committerPhilipp Claßen2018-05-10 17:09:36 +0200
commit22bbbb5ff2557f7c0474a08816d201466335f3a1 (patch)
tree562957390e734d122034d7b40e6a3f52871103ce
parentd9b769f5d52cb4bf611d52d635c3eabbe42ea5de (diff)
downloadaur-22bbbb5ff2557f7c0474a08816d201466335f3a1.tar.gz
Added gtest and gmock as build, and gcc-lib as runtime dependence
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9384ecfbf77..b4538c31657b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
# Generated by mksrcinfo v8
-# Wed May 2 17:54:28 UTC 2018
+# Thu May 10 15:09:17 UTC 2018
pkgbase = benchmark
pkgdesc = A microbenchmark support library, by Google
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/benchmark
arch = any
license = Apache
makedepends = cmake
+ makedepends = gtest
+ makedepends = gmock
+ depends = gcc-libs
source = https://github.com/google/benchmark/archive/v1.4.0.tar.gz
sha256sums = 616f252f37d61b15037e3c2ef956905baf9c9eecfeab400cb3ad25bae714e214
diff --git a/PKGBUILD b/PKGBUILD
index 3faf9e04616f..6cb3e8d1a164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Philipp Claßen <philipp.classen@posteo.de>
pkgname=benchmark
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A microbenchmark support library, by Google"
arch=('any')
url="https://github.com/google/benchmark"
license=('Apache')
-depends=()
-makedepends=('cmake')
+depends=('gcc-libs')
+makedepends=('cmake' 'gtest' 'gmock')
source=("https://github.com/google/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('616f252f37d61b15037e3c2ef956905baf9c9eecfeab400cb3ad25bae714e214')