Date: Saturday, March 4, 2023 @ 21:51:20
  Author: hashworks
Revision: 1412521

archrelease: copy trunk to community-x86_64

Added:
  opensearch-asynchronous-search-plugin/repos/community-x86_64/PKGBUILD
    (from rev 1412520, opensearch-asynchronous-search-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-asynchronous-search-plugin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-04 21:51:17 UTC (rev 1412520)
+++ PKGBUILD    2023-03-04 21:51:20 UTC (rev 1412521)
@@ -1,36 +0,0 @@
-# Maintainer: Justin Kromlinger <[email protected]>
-
-pkgname=opensearch-asynchronous-search-plugin
-pkgver=2.5.0.0
-pkgrel=1
-_opensearchver=2.5.0
-_jdkver=11
-pkgdesc="OpenSearch Asynchronous Search Plugin"
-arch=('x86_64')
-url="https://opensearch.org/docs/latest/search-plugins/async";
-license=('Apache')
-depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz";
-)
-sha256sums=('31cf712b9cca82b5101cafbd06218201134d8c0d2d9fc1788b075331ca1eb191')
-
-build() {
-  cd "asynchronous-search-${pkgver}"
-  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}"
-  # integTest (Reaper) requires JDK 14
-  ./gradlew assemble \
-    --exclude-task ":integTest" \
-    --exclude-task ":jacocoTestReport"
-}
-
-package() {
-  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-asynchronous-search"
-  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-asynchronous-search"
-  unzip 
"${srcdir}/asynchronous-search-${pkgver}/build/distributions/opensearch-asynchronous-search-${pkgver}.zip"
-
-  install -Dm644 "${srcdir}/asynchronous-search-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: opensearch-asynchronous-search-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1412520, opensearch-asynchronous-search-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-04 21:51:20 UTC (rev 1412521)
@@ -0,0 +1,36 @@
+# Maintainer: Justin Kromlinger <[email protected]>
+
+pkgname=opensearch-asynchronous-search-plugin
+pkgver=2.6.0.0
+pkgrel=1
+_opensearchver=2.6.0
+_jdkver=11
+pkgdesc="OpenSearch Asynchronous Search Plugin"
+arch=('x86_64')
+url="https://opensearch.org/docs/latest/search-plugins/async";
+license=('Apache')
+depends=("opensearch=${_opensearchver}")
+makedepends=("java-environment=${_jdkver}" 'unzip')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz";
+)
+sha256sums=('ad3d7400e140c452d2c3f524d5946b56af9d8489482ffac29e00d92560094670')
+
+build() {
+  cd "asynchronous-search-${pkgver}"
+  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}"
+  # integTest (Reaper) requires JDK 14
+  ./gradlew assemble \
+    --exclude-task ":integTest" \
+    --exclude-task ":jacocoTestReport"
+}
+
+package() {
+  install -dm755 
"${pkgdir}/usr/share/opensearch/plugins/opensearch-asynchronous-search"
+  cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-asynchronous-search"
+  unzip 
"${srcdir}/asynchronous-search-${pkgver}/build/distributions/opensearch-asynchronous-search-${pkgver}.zip"
+
+  install -Dm644 "${srcdir}/asynchronous-search-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to