Date: Sunday, May 22, 2022 @ 09:21:28 Author: arojas Revision: 1210023
Update to 11.31.0 Modified: python-dropbox/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-22 09:20:29 UTC (rev 1210022) +++ PKGBUILD 2022-05-22 09:21:28 UTC (rev 1210023) @@ -4,7 +4,7 @@ pkgname=python-dropbox _pkgname=dropbox-sdk-python -pkgver=11.30.0 +pkgver=11.31.0 pkgrel=1 pkgdesc="Python SDK for Dropbox Core APIs" url="https://github.com/dropbox/dropbox-sdk-python" @@ -13,7 +13,7 @@ depends=(python python-urllib3 python-requests python-stone) makedepends=(python-setuptools python-pytest-runner) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz") -sha512sums=('4aa1c45eeeb657235d5b7a0e9175526daef283a1c2b26b39e6c008ae61aa44930a36cad316057f1f82a4ff7eb6f5b33a742d962c8ac6216821f0c2dea0a09ccd') +sha512sums=('edc3b99268016dc2b684b8a71a4d34ded9f2cd19bd91be0e40ec0ef6258570bae6fc6dc2bd5cef99aa64cc7480e79676ff293dc9236033890dd290212807eef2') prepare() { sed -e 's|pytest-runner == 5.2.0|pytest-runner|' -i $_pkgname-$pkgver/setup.py # Unversion dependency
