summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorL. Bradley LaBoon2019-03-20 11:22:08 -0400
committerL. Bradley LaBoon2019-03-20 11:22:08 -0400
commite6e0f086f4e22adaf0951e6c53a3cc5c64280e32 (patch)
tree35a954721347954900878d7396d4075ac14d10cf /PKGBUILD
parent8e32909e8ac7ee153edfe285016ea08fec3a6657 (diff)
downloadaur-sentinl.tar.gz
Changed kibana version dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cb61c1a1528..bcfe34550afd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=sentinl
basever=6.6
pkgver=${basever}.1
-pkgrel=1
+pkgrel=2
pkgdesc="Siren Platform + Kibana Alert & Report App for Elasticsearch"
url="https://github.com/sirensolutions/sentinl"
arch=('any')
license=('Apache')
-depends=("kibana=$pkgver")
+depends=("kibana>=$basever.0")
source=("https://github.com/sirensolutions/sentinl/releases/download/tag-${basever}.0-0/sentinl-v${pkgver}.zip")
sha256sums=('9d226cf0c63f290474f723a3e922f2119a3f3ee2af3488b02e6f9954b20b00f8')