summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Zhou2017-06-16 12:54:52 +0800
committerDaniel Zhou2017-06-16 12:54:52 +0800
commitee37e37dad59da3d62379a180df422520fb956d1 (patch)
treef1d587544220e0829517a4eac1368c49a7839a50 /PKGBUILD
parentbaf8451911ea9a39981d4136bd1347c4ca908e9f (diff)
downloadaur-ee37e37dad59da3d62379a180df422520fb956d1.tar.gz
bump to 1.5.7.r0.g5523f07
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c232c8ab0251..2b53223bf363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=bypy-git
_pkgname=bypy
-pkgver=1.3.3.r2.g3acc4e8
+pkgver=1.5.7.r0.g5523f07
epoch=1
pkgrel=1
-pkgdesc="Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘 Python 客户端"
+pkgdesc="Python client for Baidu Cloud Storage (百度网盘)"
arch=("any")
url="https://github.com/houtianze/bypy"
license=('GPL')
-makedepends=('git' 'python-setuptools')
-depends=('python-requests')
+makedepends=('git')
+depends=('python-requests' 'python-multiprocess' 'python-requests-toolbelt')
optdepends=(
'tk: for bypygui'
)