Date: Thursday, September 1, 2022 @ 20:58:08 Author: hashworks Revision: 1290435
upgpkg: opensearch-dashboards-alerting-plugin 2.2.1.0-1 Modified: opensearch-dashboards-alerting-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-01 20:57:45 UTC (rev 1290434) +++ PKGBUILD 2022-09-01 20:58:08 UTC (rev 1290435) @@ -2,9 +2,9 @@ pkgname='opensearch-dashboards-alerting-plugin' _pluginname='alerting-dashboards-plugin' -pkgver=2.1.0.0 -_dashboardsver=2.1.0 -pkgrel=2 +pkgver=2.2.1.0 +_dashboardsver=2.2.1 +pkgrel=1 pkgdesc='OpenSearch Dashboards Alerting Plugin' url='https://opensearch.org/docs/latest/monitoring-plugins/alerting' arch=('x86_64') @@ -36,7 +36,7 @@ check() { cd "OpenSearch-Dashboards/plugins/${_pluginname}" - yarn test:jest + yarn test:jest -u } package() {
