[arch-commits] Commit in opensearch-security-plugin/repos/community-x86_64 (2 files)
Leonidas Spyropoulos
artafinde at gemini.archlinux.org
Mon Jul 11 09:16:45 UTC 2022
Date: Monday, July 11, 2022 @ 09:16:44
Author: artafinde
Revision: 1249535
archrelease: copy trunk to community-x86_64
Added:
opensearch-security-plugin/repos/community-x86_64/PKGBUILD
(from rev 1249534, opensearch-security-plugin/trunk/PKGBUILD)
Deleted:
opensearch-security-plugin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-11 09:16:39 UTC (rev 1249534)
+++ PKGBUILD 2022-07-11 09:16:44 UTC (rev 1249535)
@@ -1,34 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-
-pkgname=opensearch-security-plugin
-pkgver=2.0.1.0
-pkgrel=1
-_opensearchver=2.0.1
-_jdkver=11
-pkgdesc="OpenSearch Security Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/security-plugin"
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip' 'git')
-source=("git+https://github.com/opensearch-project/security.git#tag=${pkgver}") # Build requires git
-sha256sums=('SKIP')
-
-build() {
- cd "security"
- export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
- export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
- export GRADLE_OPTS="-Dbuild.snapshot=false -Dopensearch.version=${_opensearchver}"
-
- # Currently the tests don't provide a way to skip the integration tests
- # … so we skip them entirely for now
- ./gradlew assemble
-}
-
-package() {
- install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-security"
- cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-security"
- unzip "${srcdir}/security/build/distributions/opensearch-security-${pkgver}.zip"
-
- install -Dm644 "${srcdir}/security/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
Copied: opensearch-security-plugin/repos/community-x86_64/PKGBUILD (from rev 1249534, opensearch-security-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-11 09:16:44 UTC (rev 1249535)
@@ -0,0 +1,34 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+
+pkgname=opensearch-security-plugin
+pkgver=2.1.0.0
+pkgrel=1
+_opensearchver=2.1.0
+_jdkver=11
+pkgdesc="OpenSearch Security Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/security-plugin"
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip' 'git')
+source=("git+https://github.com/opensearch-project/security.git#tag=${pkgver}") # Build requires git
+sha256sums=('SKIP')
+
+build() {
+ cd "security"
+ export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
+ export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
+ export GRADLE_OPTS="-Dbuild.snapshot=false -Dopensearch.version=${_opensearchver}"
+
+ # Currently the tests don't provide a way to skip the integration tests
+ # … so we skip them entirely for now
+ ./gradlew assemble
+}
+
+package() {
+ install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-security"
+ cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-security"
+ unzip "${srcdir}/security/build/distributions/opensearch-security-${pkgver}.zip"
+
+ install -Dm644 "${srcdir}/security/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
More information about the arch-commits
mailing list