[arch-commits] Commit in python-dropbox/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Sat Nov 28 13:58:57 UTC 2020
Date: Saturday, November 28, 2020 @ 13:58:57
Author: lfleischer
Revision: 765246
upgpkg: python-dropbox 10.10.0-1: upstream update
Modified:
python-dropbox/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-28 13:42:21 UTC (rev 765245)
+++ PKGBUILD 2020-11-28 13:58:57 UTC (rev 765246)
@@ -4,8 +4,8 @@
pkgname=python-dropbox
_pkgname=dropbox-sdk-python
-pkgver=10.5.0
-pkgrel=2
+pkgver=10.10.0
+pkgrel=1
pkgdesc="Python SDK for Dropbox Core APIs"
url="https://github.com/dropbox/dropbox-sdk-python"
arch=('any')
@@ -13,7 +13,7 @@
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=('a0ef47f4c51869eb8c3fc8e9b6f1502352d6a1a408bffcd6d42f4b3187914c051140c5e40946b250442543b4fe90a9c87032ed07cce165cc4253d11ad2df4472')
+sha512sums=('2f97c3cbf516f61dc1ff6012659df1576dbfa265cb40094ba16cd5064cbee2a236644c5554b3102ad1b86cc4ce4bbb17b61069c3e2fd3cd6203c1493be6f2c15')
build() {
cd "$srcdir/$_pkgname-$pkgver"
More information about the arch-commits
mailing list