Date: Wednesday, February 1, 2023 @ 18:41:15 Author: hashworks Revision: 1391830
upgpkg: opensearch-dashboards-reports-plugin 2.5.0.0-1 Modified: opensearch-dashboards-reports-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-01 18:38:33 UTC (rev 1391829) +++ PKGBUILD 2023-02-01 18:41:15 UTC (rev 1391830) @@ -2,8 +2,8 @@ pkgname='opensearch-dashboards-reports-plugin' _pluginname='dashboards-reports' -pkgver=2.4.1.0 -_dashboardsver=2.4.1 +pkgver=2.5.0.0 +_dashboardsver=2.5.0 pkgrel=1 pkgdesc='OpenSearch Dashboards Reports Plugin' url='https://opensearch.org/docs/latest/dashboards/reporting' @@ -26,7 +26,7 @@ } build() { - mv "dashboards-reporting/${_pluginname}" "OpenSearch-Dashboards/plugins/${_pluginname}" + mv "dashboards-reporting" "OpenSearch-Dashboards/plugins/${_pluginname}" cd "OpenSearch-Dashboards/plugins/${_pluginname}" yarn osd bootstrap yarn build --skip-archive @@ -41,7 +41,7 @@ package() { cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}" - install -Dm644 "${srcdir}/dashboards-reporting/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/" cp -r "build/opensearch-dashboards/"* "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
