Date: Tuesday, February 28, 2017 @ 05:51:02 Author: lfleischer Revision: 214156
upgpkg: python-dropbox 7.2.0-1 Upstream update. Modified: python-dropbox/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-28 05:49:31 UTC (rev 214155) +++ PKGBUILD 2017-02-28 05:51:02 UTC (rev 214156) @@ -5,8 +5,8 @@ pkgbase=python-dropbox _pkgname=dropbox-sdk-python pkgname=(python-dropbox python2-dropbox) -pkgver=7.1.1 -pkgrel=2 +pkgver=7.2.0 +pkgrel=1 pkgdesc="Python SDK for Dropbox Core APIs" url="https://www.dropbox.com/developers/core/sdks/python" arch=('any') @@ -14,7 +14,7 @@ makedepends=(python-requests python2-requests python-urllib3 python2-urllib3 python-setuptools python2-setuptools) source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz") -sha256sums=('acb43232d8e5fccfc46d601a22f91271f911db58faf12fd770123e687b8a9f15') +sha256sums=('4c7e2f1a37fb0fe106980ed468330b2fc7ea8f1803fda5cd922bcb116dfa9b6e') package_python-dropbox() { depends=(python python-urllib3 python-requests)
