summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4016c7e6e9e9..4563cc6e3c30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,7 +35,7 @@ pkgbase = osquery-git
depends = thrift
depends = yara
backup = etc/osquery/osquery.conf
- source = osquery-git::git+https://github.com/facebook/osquery
+ source = osquery-git::git+https://github.com/facebook/osquery#commit=fa0e15ae1090fcf676d15bfed6c803e8a015d52c
source = osqueryd.conf.d
source = osqueryd.service
source = arch-linux.patch
diff --git a/PKGBUILD b/PKGBUILD
index ae8ad2b7698a..d324dcae346e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,8 @@ backup=('etc/osquery/osquery.conf')
options=()
install=
changelog=
-source=("${pkgname}::git+https://github.com/facebook/osquery"
+_gitcommit="fa0e15ae1090fcf676d15bfed6c803e8a015d52c"
+source=("${pkgname}::git+https://github.com/facebook/osquery#commit=${_gitcommit}"
"osqueryd.conf.d"
"osqueryd.service"
"arch-linux.patch")