summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpider.007 / Sjon2017-05-31 14:23:41 +0200
committerSpider.007 / Sjon2017-05-31 16:21:53 +0200
commit673ec4b325820378d659273eed7b350ccc42e269 (patch)
treef00e5d802faeb6d8d4dbd35bf3232e9e577a5514
parenta802024e1fa3e2a0dc4f209f96c86b4a410e6af7 (diff)
downloadaur-673ec4b325820378d659273eed7b350ccc42e269.tar.gz
make jre dependency explicitly require jre>8
see https://github.com/Graylog2/graylog2-server/issues/2256
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 364d57216859..d754104e060e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed May 3 16:42:43 UTC 2017
+# Wed May 31 14:21:53 UTC 2017
pkgbase = graylog
pkgdesc = Graylog is an open source syslog implementation that stores your logs in ElasticSearch and MongoDB
pkgver = 2.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.graylog.org/
install = graylog.install
arch = any
license = GPL
- depends = java-runtime-headless
+ depends = java-runtime-headless>8
optdepends = elasticsearch<5.0
optdepends = mongodb
conflicts = graylog2-server
diff --git a/PKGBUILD b/PKGBUILD
index 98c366693d1b..6ac6717353ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ pkgname=graylog
replaces=(graylog2-server graylog-web-interface)
conflicts=(${replaces[*]})
pkgver=2.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Graylog is an open source syslog implementation that stores your logs in ElasticSearch and MongoDB"
arch=('any')
url="https://www.graylog.org/"
license=(GPL)
-depends=(java-runtime-headless)
+depends=('java-runtime-headless>8')
optdepends=('elasticsearch<5.0' mongodb)
install=graylog.install
backup=(