summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-25 12:11:57 -0500
committerCarlos Aznarán2024-05-25 12:11:57 -0500
commit83f290e30a1dc278f3b3d14a71bbeaf5f1051193 (patch)
tree5d97cfc3a97549f2b37d5a1d5467d2cafb9475e4 /PKGBUILD
parent04540a64722b103185e7f7dd86c3a4d24b559657 (diff)
downloadaur-83f290e30a1dc278f3b3d14a71bbeaf5f1051193.tar.gz
Bump version to 0.9.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f3d6165e7f9..6c64ca2de8d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sam L. Yes <samlukeyes123 at gmail dot com>
_name=bce-python-sdk
pkgname=python-baidubce
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc="BCE SDK for python"
url="https://pypi.org/project/${_name}"
@@ -11,7 +11,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel)
license=(Apache-2.0)
arch=(any)
source=(https://pypi.org/packages/source/${_name::1}/${_name}/${_name//-/_}-${pkgver}.tar.gz)
-sha512sums=('d0446f8b1e5888cfe2a9312c6983bdeba3fabdc7db879bd2ee9971e1e3b8851e5535e73cb280859a2296ed5a4616c32b0a9a97dd202a41468745fb9f62aee769')
+sha512sums=('b41c47e5f0b5272509ee18460ee168a6ac0534f937485dc82c637498f29e725975c537863277e61141528df4ef7fde2cc82d072ac43be3b5a917b2ac70242f5c')
build() {
cd ${_name//-/_}-${pkgver}