summarylogtreecommitdiffstats
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
parent8e32909e8ac7ee153edfe285016ea08fec3a6657 (diff)
downloadaur-e6e0f086f4e22adaf0951e6c53a3cc5c64280e32.tar.gz
Changed kibana version dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62eb7d6cd69e..e9d34c21dd47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = sentinl
pkgdesc = Siren Platform + Kibana Alert & Report App for Elasticsearch
pkgver = 6.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sirensolutions/sentinl
arch = any
license = Apache
- depends = kibana=6.6.1
+ depends = kibana>=6.6.0
source = https://github.com/sirensolutions/sentinl/releases/download/tag-6.6.0-0/sentinl-v6.6.1.zip
sha256sums = 9d226cf0c63f290474f723a3e922f2119a3f3ee2af3488b02e6f9954b20b00f8
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')