Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ opensearch-asynchronous-search-plugin
Commits:
d7bfde6a by Leonidas Spyropoulos at 2026-02-14T11:52:32+00:00
upgpkg: 3.5.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = opensearch-asynchronous-search-plugin
pkgdesc = OpenSearch Asynchronous Search Plugin
- pkgver = 3.4.0.0
+ pkgver = 3.5.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/search-plugins/async
arch = x86_64
license = Apache-2.0
makedepends = java-environment-openjdk=21
makedepends = unzip
- depends = opensearch=3.4.0
- source =
opensearch-asynchronous-search-plugin-3.4.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/3.4.0.0.tar.gz
- sha256sums =
314cd2a8bc8a4c3525d1be5a4e9eca54874c97b412c33a94b69ef2e7fee88538
+ depends = opensearch=3.5.0
+ source =
opensearch-asynchronous-search-plugin-3.5.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/3.5.0.0.tar.gz
+ sha256sums =
1385178a371386a49af8a8c978ba2f0094255ea5ec8aa96916210d000e0046c2
pkgname = opensearch-asynchronous-search-plugin
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=opensearch-asynchronous-search-plugin
-pkgver=3.4.0.0
+pkgver=3.5.0.0
pkgrel=1
-_opensearchver=3.4.0
+_opensearchver=3.5.0
_jdkver=21
pkgdesc="OpenSearch Asynchronous Search Plugin"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("java-environment-openjdk=${_jdkver}" 'unzip')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz"
)
-sha256sums=('314cd2a8bc8a4c3525d1be5a4e9eca54874c97b412c33a94b69ef2e7fee88538')
+sha256sums=('1385178a371386a49af8a8c978ba2f0094255ea5ec8aa96916210d000e0046c2')
build() {
cd "asynchronous-search-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/d7bfde6ae702f6d39776b1f9c4fb79aad3486619
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/d7bfde6ae702f6d39776b1f9c4fb79aad3486619
You're receiving this email because of your account on gitlab.archlinux.org.