hashworks pushed to branch main at Arch Linux / Packaging / Packages /
opensearch-dashboards-anomaly-detection-plugin
Commits:
ac0f6843 by Justin Kromlinger at 2024-03-01T15:36:51+01:00
Switch to SPDX License Identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = opensearch-dashboards-anomaly-detection-plugin
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/ad/index/
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 Anomaly Detection Plugin'
url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
arch=('x86_64')
-license=('Apache')
+license=('Apache-2.0')
depends=("opensearch-dashboards=${_dashboardsver}")
makedepends=('yarn' 'npm' 'python' 'git')
options=('!strip' 'emptydirs')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/ac0f6843d0c3694212c1e0f49b36476d86cc0025
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-anomaly-detection-plugin/-/commit/ac0f6843d0c3694212c1e0f49b36476d86cc0025
You're receiving this email because of your account on gitlab.archlinux.org.