summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d35c0758b216..348a0db31e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Erik Zenker <erikzenker at posteo dot de>
pkgname=benchmark-git
-pkgver=v1.1.0.r102.gcb8a0cc
+pkgver=v1.4.1.r19.g1f35fa4
pkgrel=1
pkgdesc="A microbenchmark support library, by Google"
arch=('i686' 'x86_64')
url="https://github.com/google/benchmark}"
license=('Apache')
-depends=(gcc-libs)
+depends=(gcc-libs gtest gmock)
makedepends=('cmake')
source=("${pkgname}::git+https://github.com/google/benchmark.git")