Date: Thursday, December 22, 2016 @ 06:06:37
  Author: felixonmars
Revision: 200896

upgpkg: python-qiniu 7.1.0-1

Modified:
  python-qiniu/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-12-22 06:04:43 UTC (rev 200895)
+++ PKGBUILD    2016-12-22 06:06:37 UTC (rev 200896)
@@ -3,7 +3,8 @@
 
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
-pkgver=7.0.10
+pkgver=7.1.0
+_commit=e0c79e5070ebe2220df1ed3da73062d0fad498eb
 pkgrel=1
 pkgdesc="Qiniu Resource Storage SDK for Python"
 arch=('any')
@@ -11,7 +12,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("qiniu::git+https://github.com/qiniu/python-sdk#tag=v$pkgver";)
+source=("qiniu::git+https://github.com/qiniu/python-sdk#commit=$_commit";)
 sha512sums=('SKIP')
 
 prepare() {

Reply via email to