summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2021-02-22 17:34:03 +0800
committeryjun2021-02-22 17:34:03 +0800
commitb2a6a98947bd3e9e912a6917a5177f7d028ceb61 (patch)
tree8239fc565ed298b456e69dac0505cb1cc170d881 /PKGBUILD
parent34df7e7a8752afd773d5cfc5e704eb61777d99b6 (diff)
downloadaur-b2a6a98947bd3e9e912a6917a5177f7d028ceb61.tar.gz
update checksums: fixed wrong sha256sums of source tarball
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2fe1cb52a1b..17b52e751e88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-cos-python-sdk-v5
_pkgname=${pkgname/python-}
pkgver=1.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="腾讯云COSV5Python SDK."
arch=('any')
url="https://github.com/tencentyun/cos-python-sdk-v5"
@@ -17,7 +17,7 @@ makedepends=('python-setuptools')
conflicts=("${pkgname}-git")
provides=("${pkgname}-git")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tencentyun/cos-python-sdk-v5/archive/V${pkgver}.tar.gz")
-sha256sums=('618daf0cc727356c9ce42554794f34d53b23357a4d61e4feb598d825809b6a17')
+sha256sums=('ac63357744f778199397a7518601112301e398b3f9c8f67d36966b8c6ace9384')
build() {
cd $_pkgname-$pkgver