hashworks pushed to branch main at Arch Linux / Packaging / Packages /
opensearch-asynchronous-search-plugin
Commits:
99e0b2f7 by Justin Kromlinger at 2024-03-01T15:36:43+01:00
Switch to SPDX License Identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = opensearch-asynchronous-search-plugin
pkgrel = 1
url = https://opensearch.org/docs/latest/search-plugins/async
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = java-environment=11
makedepends = unzip
depends = opensearch=2.12.0
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ _jdkver=11
pkgdesc="OpenSearch Asynchronous Search Plugin"
arch=('x86_64')
url="https://opensearch.org/docs/latest/search-plugins/async"
-license=('Apache')
+license=('Apache-2.0')
depends=("opensearch=${_opensearchver}")
makedepends=("java-environment=${_jdkver}" 'unzip')
source=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/99e0b2f7ee27d3255b9013f3f1ddb126161434a8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/99e0b2f7ee27d3255b9013f3f1ddb126161434a8
You're receiving this email because of your account on gitlab.archlinux.org.