summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatschke2023-10-10 14:45:59 +0200
committerPatschke2023-10-10 14:45:59 +0200
commit100ffcd7330a75a8e4e409fc5d4a5abfbddbe66b (patch)
treee8bb61cf79fcb71d411fc83a7e07f001dfe1ac2c /PKGBUILD
parent71c17ab13771cb7d5118c8918c17ce682217e432 (diff)
downloadaur-100ffcd7330a75a8e4e409fc5d4a5abfbddbe66b.tar.gz
Bump version to 3.17.2
see https://github.com/IBM/python-sdk-core/releases for changelog. (Fixes for compressiosn of file-like objects).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf255b68e8c7..463bb4cda2ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-ibm-cloud-sdk-core'
_name='ibm-cloud-sdk-core'
-pkgver=3.16.7
+pkgver=3.17.2
pkgrel=1
pkgdesc="Core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator"
url="https://github.com/IBM/python-sdk-core"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('Apache')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('a985f147e8d78cc7eaaf127ada3e5da37dc46e37dea184aaf8878caced781674')
+sha256sums=('0772ee46b137bdc6439a194198a08ea11d332f0efb6ef69be1fe56b43d428dd7')
build() {
cd "$_name-$pkgver"