summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2018-12-22 03:58:01 -0500
committerTony Lambiris2018-12-22 03:58:01 -0500
commit6f7aa6f10f592b0e806fe34350bd58cb2bb00aba (patch)
tree0d8f48656ddb9727a607f6e316f1e681bf6f1e81
parentc8fcb498b608e5e6fa949650ee0687db2eb121b5 (diff)
downloadaur-6f7aa6f10f592b0e806fe34350bd58cb2bb00aba.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fd95ee6ad1a..f35f5eb24937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = osquery-git
pkgdesc = SQL powered operating system instrumentation, monitoring, and analytics.
pkgver = 3.3.1.r1.g5188ce528
- pkgrel = 2
+ pkgrel = 3
url = https://osquery.io
arch = i686
arch = x86_64
@@ -49,6 +49,7 @@ pkgbase = osquery-git
makedepends = boost-libs>=1.65.1
makedepends = libc++
makedepends = cppcheck
+ makedepends = cscope
makedepends = ssdeep
makedepends = libelfin-git
depends = wget
diff --git a/PKGBUILD b/PKGBUILD
index 4c7bd858ed88..ba3214c756c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=osquery-git
pkgver=3.3.1.r1.g5188ce528
-pkgrel=2
+pkgrel=3
pkgdesc="SQL powered operating system instrumentation, monitoring, and analytics."
arch=('i686' 'x86_64')
url="https://osquery.io"
@@ -16,7 +16,7 @@ makedepends=('asio' 'audit' 'aws-sdk-cpp-git' 'git' 'clang' 'benchmark'
'gtest' 'gmock' 'lldpd' 'lld' 'zstd' 'rapidjson' 'apt' 'dpkg'
'rpm-org' 'python2-jinja' 'librdkafka-git' 'augeas>=1.9.0'
'boost>=1.65.1' 'boost-libs>=1.65.1' 'libc++' 'cppcheck'
- 'ssdeep' 'libelfin-git')
+ 'cscope' 'ssdeep' 'libelfin-git')
conflicts=()
backup=('etc/osquery/osquery.conf')
options=(!strip !ccache)
@@ -49,6 +49,8 @@ prepare() {
find . -type f -name '*deb_package*' -delete
find . -type f -name '*rpm_package*' -delete
+ export SKIP_TESTS=True SKIP_BENCHMARKS=True SKIP_SMART=True
+
#make format_master
make format_all
}
@@ -72,7 +74,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_CXX_FLAGS="-I/usr/include/libxml2" \
-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
- -DBUILD_GMOCK=OFF \
-DCMAKE_VERBOSE_MAKEFILE=ON
#find . -type f -name link.txt -exec sed -i -re 's/Bstatic -lgflags/Bdynamic -lgflags/g' "{}" \;