summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c64ca2de8d7..ed3a64f65fa1 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.11
+pkgver=0.9.14
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=('b41c47e5f0b5272509ee18460ee168a6ac0534f937485dc82c637498f29e725975c537863277e61141528df4ef7fde2cc82d072ac43be3b5a917b2ac70242f5c')
+sha512sums=('8a25b019ff5dbe7b00a442c44ea7252bebac864f6fde1d4643f945b12de3af32fd648f3e052796b84345d2387be26a2d53f64cb297ee65e842e40a1f5104892d')
build() {
cd ${_name//-/_}-${pkgver}