summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHLFH2022-11-07 08:14:45 +0000
committerHLFH2022-11-07 08:14:45 +0000
commit1c534fd8068b8e93e0f23cc3f17a14e7e43f677e (patch)
treef9a4ab43b98920465ed703746280a0a1534eff6c /PKGBUILD
parent16fa530f396d92c4a3e06f51ba128b98a7f7bbcb (diff)
downloadaur-1c534fd8068b8e93e0f23cc3f17a14e7e43f677e.tar.gz
no longer support Java 19 as Elasticsearch does not support it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd2a67c24091..6b6bb8d93b9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=elasticsearch
pkgver=8.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Distributed RESTful search engine built on top of Lucene"
arch=('x86_64')
url="https://www.elastic.co/products/elasticsearch"
license=('custom:SSPL+Elastic-2.0')
-depends=('java-environment>=17' 'systemd' 'libxml2')
-makedepends=('java-environment>=17')
+depends=('java-environment>=17' 'java-environment<19' 'systemd' 'libxml2')
+makedepends=('java-environment>=17' 'java-environment<19')
source=(
$pkgname-$pkgver.tar.gz::"https://github.com/elastic/elasticsearch/archive/v${pkgver}.tar.gz"
elasticsearch.service