hashworks pushed to branch main at Arch Linux / Packaging / Packages /
opensearch-dashboards-alerting-plugin
Commits:
80f9530c by Justin Kromlinger at 2024-03-01T15:36:49+01:00
Switch to SPDX License Identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = opensearch-dashboards-alerting-plugin
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/alerting
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = yarn
makedepends = npm
makedepends = python
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='OpenSearch Dashboards Alerting Plugin'
url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'
arch=('x86_64')
-license=('Apache')
+license=('Apache-2.0')
depends=("opensearch-dashboards=${_dashboardsver}"
"opensearch-dashboards-notifications-plugin" 'coffeescript')
makedepends=('yarn' 'npm' 'python' 'git')
options=('!strip' 'emptydirs')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/80f9530c469cec36785dd4fac8c3cc1c4b6043de
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/80f9530c469cec36785dd4fac8c3cc1c4b6043de
You're receiving this email because of your account on gitlab.archlinux.org.