Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-asynchronous-search-plugin


Commits:
a98bd3a3 by Leonidas Spyropoulos at 2024-04-06T11:13:44+01:00
upgpkg: 2.13.0.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = opensearch-asynchronous-search-plugin
        pkgdesc = OpenSearch Asynchronous Search Plugin
-       pkgver = 2.12.0.0
+       pkgver = 2.13.0.0
        pkgrel = 1
        url = https://opensearch.org/docs/latest/search-plugins/async
        arch = x86_64
        license = Apache-2.0
-       makedepends = java-environment=11
+       makedepends = java-environment-openjdk=11
        makedepends = unzip
-       depends = opensearch=2.12.0
-       source = 
opensearch-asynchronous-search-plugin-2.12.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.12.0.0.tar.gz
-       sha256sums = 
1f50b6dd76e89912926be3fc6c29b054db0f34234d662a6920cda256511a0721
+       depends = opensearch=2.13.0
+       source = 
opensearch-asynchronous-search-plugin-2.13.0.0.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/2.13.0.0.tar.gz
+       sha256sums = 
3c7e0b6ef6ec9644c092e33707f4fcd823349c7361b518e54deeb96f7a04f3ce
 
 pkgname = opensearch-asynchronous-search-plugin


=====================================
PKGBUILD
=====================================
@@ -1,20 +1,20 @@
 # Maintainer: Justin Kromlinger <hashwo...@archlinux.org>
 
 pkgname=opensearch-asynchronous-search-plugin
-pkgver=2.12.0.0
+pkgver=2.13.0.0
 pkgrel=1
-_opensearchver=2.12.0
+_opensearchver=2.13.0
 _jdkver=11
 pkgdesc="OpenSearch Asynchronous Search Plugin"
 arch=('x86_64')
 url="https://opensearch.org/docs/latest/search-plugins/async";
 license=('Apache-2.0')
 depends=("opensearch=${_opensearchver}")
-makedepends=("java-environment=${_jdkver}" 'unzip')
+makedepends=("java-environment-openjdk=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/asynchronous-search/archive/${pkgver}.tar.gz";
 )
-sha256sums=('1f50b6dd76e89912926be3fc6c29b054db0f34234d662a6920cda256511a0721')
+sha256sums=('3c7e0b6ef6ec9644c092e33707f4fcd823349c7361b518e54deeb96f7a04f3ce')
 
 build() {
   cd "asynchronous-search-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/a98bd3a39b2d831298f4dc990751b84aca3fa812

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-asynchronous-search-plugin/-/commit/a98bd3a39b2d831298f4dc990751b84aca3fa812
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to