summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2017-03-31 04:30:12 -0400
committerTony Lambiris2017-03-31 04:30:12 -0400
commit1356ea5823dc6434e388a8e97dd72c171c202c66 (patch)
tree54db19dd8166b3193d1acbfb2a4be62f5146f173
parentd5a5dd9726048910bc3c4f84025edd6871be324d (diff)
downloadaur-1356ea5823dc6434e388a8e97dd72c171c202c66.tar.gz
Pin git commit hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD18
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7622a8de8fd..a0d5003aa0e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = osquery-git
pkgdesc = SQL powered operating system instrumentation, monitoring, and analytics.
pkgver = 2.3.4.r49.g5bbff293
- pkgrel = 1
+ pkgrel = 2
url = https://osquery.io
arch = i686
arch = x86_64
@@ -44,7 +44,7 @@ pkgbase = osquery-git
depends = unzip
options = !strip
backup = etc/osquery/osquery.conf
- source = osquery-git::git+https://github.com/facebook/osquery
+ source = osquery-git::git+https://github.com/facebook/osquery#commit=5bbff29387a090dce5a006584f41f66f52618ac2
source = osqueryd.conf.d
source = osqueryd.service
source = arch-linux.patch
diff --git a/PKGBUILD b/PKGBUILD
index 791422ff88ea..969b0da225ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=osquery-git
pkgver=2.3.4.r49.g5bbff293
-pkgrel=1
+pkgrel=2
pkgdesc="SQL powered operating system instrumentation, monitoring, and analytics."
arch=('i686' 'x86_64')
url="https://osquery.io"
@@ -16,9 +16,9 @@ makedepends=('asio' 'audit' 'aws-sdk-cpp-git' 'git' 'clang' 'benchmark'
'augeas' 'boost' 'boost-libs' 'lldpd' 'apt' 'dpkg' 'rpm-org')
backup=('etc/osquery/osquery.conf')
options=(!strip)
-_gitcommit="198ee7ab895cb210884cc9af46e9d1817debc402"
-#source=("${pkgname}::git+https://github.com/facebook/osquery#commit=${_gitcommit}"
-source=("${pkgname}::git+https://github.com/facebook/osquery"
+_gitcommit="5bbff29387a090dce5a006584f41f66f52618ac2"
+#source=("${pkgname}::git+https://github.com/facebook/osquery"
+source=("${pkgname}::git+https://github.com/facebook/osquery#commit=${_gitcommit}"
"osqueryd.conf.d"
"osqueryd.service"
"arch-linux.patch")
@@ -29,11 +29,11 @@ sha256sums=('SKIP'
_gitname=${pkgname}
-pkgver() {
- cd $_gitname
-
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
+#pkgver() {
+# cd $_gitname
+#
+# git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+#}
prepare() {
cd $_gitname