[arch-commits] Commit in opensearch/trunk (PKGBUILD)

Justin Kromlinger hashworks at gemini.archlinux.org
Wed Jan 5 12:06:03 UTC 2022


    Date: Wednesday, January 5, 2022 @ 12:06:03
  Author: hashworks
Revision: 1093251

upgpkg: opensearch 1.2.3-2: Drop opensearch-cli opt dep (FS#73256), replace jre-runtime dep with -headless

Modified:
  opensearch/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-05 11:41:57 UTC (rev 1093250)
+++ PKGBUILD	2022-01-05 12:06:03 UTC (rev 1093251)
@@ -5,14 +5,13 @@
 
 pkgname=opensearch
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Open source distributed and RESTful search engine"
 arch=('x86_64')
 url="https://opensearch.org/docs/opensearch/index/"
 license=('Apache')
-depends=('java-runtime<=16' 'systemd' 'libxml2')
+depends=('java-runtime-headless<=16' 'systemd' 'libxml2')
 optdepends=(
-  'opensearch-cli'
   'opensearch-dashboards'
   'opensearch-alerting-plugin'
   'opensearch-anomaly-detection-plugin'



More information about the arch-commits mailing list