[arch-commits] Commit in opensearch-dashboards-anomaly-detection-plugin/trunk (PKGBUILD)

Justin Kromlinger hashworks at gemini.archlinux.org
Fri Mar 25 23:14:29 UTC 2022


    Date: Friday, March 25, 2022 @ 23:14:28
  Author: hashworks
Revision: 1176720

upgpkg: opensearch-dashboards-anomaly-detection-plugin 1.3.0.0-1

Modified:
  opensearch-dashboards-anomaly-detection-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-25 23:14:26 UTC (rev 1176719)
+++ PKGBUILD	2022-03-25 23:14:28 UTC (rev 1176720)
@@ -2,14 +2,14 @@
 
 pkgname='opensearch-dashboards-anomaly-detection-plugin'
 _pluginname='anomaly-detection-dashboards-plugin'
-pkgver=1.2.0.0
-_dashboardsver=1.2.0
+pkgver=1.3.0.0
+_dashboardsver=1.3.0
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
 url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
 arch=('x86_64')
 license=('Apache')
-depends=('opensearch-dashboards')
+depends=("opensearch-dashboards=${_dashboardsver}")
 makedepends=('yarn' 'python' 'git')
 options=('!strip' 'emptydirs')
 source=(
@@ -16,10 +16,8 @@
   "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver}"
   "git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver}"
 )
-sha256sums=(
-  'SKIP'
-  'SKIP'
-)
+sha256sums=('SKIP'
+            'SKIP')
 
 prepare() {
   nodeVersion="$(node -v)"



More information about the arch-commits mailing list