summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2016-10-10 17:59:39 -0400
committerTony Lambiris2016-10-10 17:59:39 -0400
commit70bbfccc8d4cf330a7b4f263ad134dcf2ca44673 (patch)
tree7a45f9a5b8cfc2228c88cfc37a4d6a31a9a402ef /PKGBUILD
parenta993fb7afe12a54287aec6bb3b1e078d991401c6 (diff)
downloadaur-70bbfccc8d4cf330a7b4f263ad134dcf2ca44673.tar.gz
Bump version and add benchmark as make depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d02e1a4acc34..e136fb735766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=osquery-git
-pkgver=1.8.2.r172.g65f41d3
+pkgver=2.0.0.r6.gd1240f0
pkgrel=1
epoch=
pkgdesc="SQL powered operating system instrumentation, monitoring, and analytics."
@@ -13,7 +13,7 @@ depends=('asio' 'audit' 'aws-sdk-cpp-git' 'boost' 'boost-libs' 'clang' 'cmake'
'doxygen' 'gflags' 'git' 'google-glog' 'lsb-release' 'make' 'python'
'python-jinja' 'python-pip' 'sleuthkit' 'snappy' 'thrift' 'yara')
makedepends=('python-jinja' 'python-psutil' 'python-pexpect' 'rocksdb-lite'
- 'cpp-netlib' 'magic' 'unzip' 'wget')
+ 'benchmark' 'cpp-netlib' 'magic' 'unzip' 'wget')
checkdepends=()
optdepends=()
provides=()