Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-ml-commons-plugin


Commits:
917c71e8 by Leonidas Spyropoulos at 2024-06-03T22:04:24+01:00
upgpkg: 2.14.0.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,14 @@
 pkgbase = opensearch-ml-commons-plugin
        pkgdesc = OpenSearch Machine Learning Commons Plugin
-       pkgver = 2.13.0.0
+       pkgver = 2.14.0.0
        pkgrel = 1
        url = https://opensearch.org/docs/latest/ml-commons-plugin/index/
        arch = x86_64
        license = Apache-2.0
        makedepends = java-environment=11
        makedepends = unzip
-       depends = opensearch=2.13.0
-       source = 
opensearch-ml-commons-plugin-2.13.0.0.tar.gz::https://github.com/opensearch-project/ml-commons/archive/2.13.0.0.tar.gz
-       source = 
set_only_run_on_ml_node_default_value_to_false.patch::https://github.com/opensearch-project/ml-commons/commit/410753ab1e9ab420b7152dd15af782711743eac2.patch
-       sha256sums = 
ab15b4366e231a38b4ea18e195e91a8ed6d06992d3589fc5d4eeac3ef40cc4f4
-       sha256sums = 
2b96f121409e295af42e220c3a364a76e4585668e424cf265592cedf2ea806fe
+       depends = opensearch=2.14.0
+       source = 
opensearch-ml-commons-plugin-2.14.0.0.tar.gz::https://github.com/opensearch-project/ml-commons/archive/2.14.0.0.tar.gz
+       sha256sums = 
1ec78a3a455c5e8962c62904e03fe4396e3ca36957659031c06e99602b0bbb16
 
 pkgname = opensearch-ml-commons-plugin


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger <hashwo...@archlinux.org>
 
 pkgname=opensearch-ml-commons-plugin
-pkgver=2.13.0.0
+pkgver=2.14.0.0
 pkgrel=1
-_opensearchver=2.13.0
+_opensearchver=2.14.0
 _jdkver=11
 pkgdesc="OpenSearch Machine Learning Commons Plugin"
 arch=('x86_64')
@@ -12,16 +12,8 @@ license=('Apache-2.0')
 depends=("opensearch=${_opensearchver}")
 makedepends=("java-environment=${_jdkver}" 'unzip')
 source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/ml-commons/archive/${pkgver}.tar.gz";
-  
"set_only_run_on_ml_node_default_value_to_false.patch::https://github.com/opensearch-project/ml-commons/commit/410753ab1e9ab420b7152dd15af782711743eac2.patch";
-)
-sha256sums=('ab15b4366e231a38b4ea18e195e91a8ed6d06992d3589fc5d4eeac3ef40cc4f4'
-            '2b96f121409e295af42e220c3a364a76e4585668e424cf265592cedf2ea806fe')
-
-prepare() {
-  cd "ml-commons-${pkgver}"
-  patch -Np1 < "$srcdir/set_only_run_on_ml_node_default_value_to_false.patch"
-}
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/ml-commons/archive/${pkgver}.tar.gz";)
+sha256sums=('1ec78a3a455c5e8962c62904e03fe4396e3ca36957659031c06e99602b0bbb16')
 
 build() {
   cd "ml-commons-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-ml-commons-plugin/-/commit/917c71e85fe619755c41af797a41da8564b279fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-ml-commons-plugin/-/commit/917c71e85fe619755c41af797a41da8564b279fe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to