[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sat Oct 10 13:32:19 UTC 2020


    Date: Saturday, October 10, 2020 @ 13:32:19
  Author: lfleischer
Revision: 723103

upgpkg: python-dropbox 10.5.0-1: upstream update

Modified:
  python-dropbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-10 13:32:17 UTC (rev 723102)
+++ PKGBUILD	2020-10-10 13:32:19 UTC (rev 723103)
@@ -4,16 +4,16 @@
 
 pkgname=python-dropbox
 _pkgname=dropbox-sdk-python
-pkgver=10.3.1
+pkgver=10.5.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
-url="https://www.dropbox.com/developers/core/sdks/python"
+url="https://github.com/dropbox/dropbox-sdk-python"
 arch=('any')
 license=('MIT')
 depends=(python python-urllib3 python-requests)
 makedepends=(python-setuptools python-pytest-runner)
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('c525f2ff918c57288e41f935aac81853d655f62e9f3de0be4ad2f1263ec54fe609fbe7d40a07b246affafb98820fd08120977524be8232169c7284ea785c0161')
+sha512sums=('a0ef47f4c51869eb8c3fc8e9b6f1502352d6a1a408bffcd6d42f4b3187914c051140c5e40946b250442543b4fe90a9c87032ed07cce165cc4253d11ad2df4472')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"



More information about the arch-commits mailing list