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 abf5731ca19b..97934523ddf2 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.8.92
+pkgver=0.8.96
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=(Apache2)
arch=(any)
source=(https://pypi.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha512sums=('06c9e7be86b79298e87256102efd6d9581863fe2ca0a78372d7912fcf054e851f197efcfa648b2dec17d3c6e02fc3f15ccd23bfff4795466bf4836eceb8def41')
+sha512sums=('a2347b408d2c20511a2c03e1e882ac1bfe6b554f0db72d3027a0a722099641575447ff63688075d086e851a85db7cf0c5c2b9b3efd7b96dfcb1b2026fcb761f0')
build() {
cd ${_name}-${pkgver}