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

Justin Kromlinger hashworks at gemini.archlinux.org
Wed May 11 19:32:52 UTC 2022


    Date: Wednesday, May 11, 2022 @ 19:32:52
  Author: hashworks
Revision: 1198376

upgpkg: opensearch-dashboards-security-plugin 1.3.2.0-1

Modified:
  opensearch-dashboards-security-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-11 19:32:27 UTC (rev 1198375)
+++ PKGBUILD	2022-05-11 19:32:52 UTC (rev 1198376)
@@ -2,14 +2,14 @@
 
 pkgname='opensearch-dashboards-security-plugin'
 _pluginname='security-dashboards-plugin'
-pkgver=1.2.0.0
-_dashboardsver=1.2.0
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Security Plugin'
 url='https://opensearch.org/docs/latest/security-plugin'
 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