summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2023-01-18 19:01:38 -0800
committerChristopher Snowhill2023-01-18 19:01:38 -0800
commit57a754e9d3f75068c9cf8b84ad88bce07ba5320a (patch)
tree091ac38abeccfa0671cce05ccff4b46240989dd6
parent8ff18bb02baf2bce0e35ba97bd5ce1001e8dc61f (diff)
downloadaur-57a754e9d3f75068c9cf8b84ad88bce07ba5320a.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3deaff90f2b7..410bfd7057f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = elasticsearch7
pkgdesc = Distributed RESTful search engine built on top of Lucene
pkgver = 7.17.8
- pkgrel = 1
+ pkgrel = 2
url = https://www.elastic.co/products/elasticsearch
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 666e2f8a8d0e..61f479d6c6e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=elasticsearch
pkgname=elasticsearch7
pkgver=7.17.8
-pkgrel=1
+pkgrel=2
pkgdesc="Distributed RESTful search engine built on top of Lucene"
arch=('x86_64')
url="https://www.elastic.co/products/elasticsearch"
@@ -54,7 +54,6 @@ prepare() {
build() {
cd $_pkgname-$pkgver
- export PATH=/usr/lib/jvm/java-17-openjdk/bin:$PATH
export GRADLE_OPTS="-Dbuild.snapshot=false -Dlicense.key=x-pack/plugin/core/snapshot.key"
./gradlew :modules:systemd:assemble
./gradlew :distribution:archives:linux-tar:assemble