summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSilvan Gümüsdere2024-03-25 17:51:35 +0100
committerSilvan Gümüsdere2024-03-25 17:51:35 +0100
commit34d3636eeba7d5ec994de3a2e96827fb8c5ef19f (patch)
tree1cda7e45bc5e44f1fcac36d51678761207413157 /PKGBUILD
parente78fee951ae05f12814c630cf1b1a13749535484 (diff)
downloadaur-python-opensearch.tar.gz
python-opensearch 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd8a970e4ead..267cba208edd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-opensearch
_name=opensearch-py
-pkgver=2.4.2
+pkgver=2.5.0
pkgrel=1
pkgdesc='Python Client for OpenSearch'
arch=('any')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python-urllib3' 'python-requests' 'python-six' 'python-dateutil')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('564f175af134aa885f4ced6846eb4532e08b414fff0a7976f76b276fe0e69158')
+sha256sums=('0dde4ac7158a717d92a8cd81964cb99705a4b80bcf9258ba195b9a9f23f5226d')
build() {
cd "$_name-$pkgver"