summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ffa63ff302f..92bdaf2f3738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=python-cos-python-sdk-v5
_pkgname=${pkgname/python-}
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x"
arch=('any')
url="https://github.com/tencentyun/cos-python-sdk-v5"
license=('MIT')
depends=('python-requests'
'python-six'
- 'python-dicttoxml'
- 'python-setuptools')
+ 'python-dicttoxml')
+makedepends=('python-setuptools')
conflicts=("${pkgname}-git")
provides=("${pkgname}-git")
source=("https://github.com/tencentyun/${_pkgname}/archive/V${pkgver}.tar.gz")