summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHLFH2023-08-02 22:51:51 +0200
committerHLFH2023-08-02 22:51:51 +0200
commitc0518c488368f2362d5d8a6bac0284a3c52ac56d (patch)
treecc40d4bf4d5e3e14e1e288abf6720519de67a1af /PKGBUILD
parent839edadb4325237b515945fef6916bb525cce534 (diff)
downloadaur-c0518c488368f2362d5d8a6bac0284a3c52ac56d.tar.gz
add elasticsearch-bin conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26b6c297e4d3..6188c956e4c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=elasticsearch
pkgver=8.9.0
-pkgrel=3
+pkgrel=4
pkgdesc="Free and Open, Distributed, RESTful Search Engine"
arch=('x86_64')
url="https://www.elastic.co/elasticsearch/"
license=('custom:Elastic-2.0')
depends=('jre-openjdk-headless' 'libxml2')
provides=("elasticsearch=$pkgver")
-conflicts=('elasticsearch7')
+conflicts=('elasticsearch7' 'elasticsearch-bin')
source=(
$pkgname-$pkgver.tar.gz::"https://github.com/elastic/elasticsearch/archive/v${pkgver}.tar.gz"
elasticsearch.service