Date: Sunday, August 2, 2020 @ 06:55:48 Author: felixonmars Revision: 393067
upgpkg: python-isort 5.1.3-1 Modified: python-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-01 22:21:27 UTC (rev 393066) +++ PKGBUILD 2020-08-02 06:55:48 UTC (rev 393067) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python-isort -pkgver=5.1.2 +pkgver=5.1.3 pkgrel=1 pkgdesc="A Python utility / library to sort Python imports." arch=('any') @@ -13,7 +13,7 @@ checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 'python-pipreqs' 'python-pytest' 'python-requirementslib') source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('57158a831c80d6c583bb7f4cdd312cebb39eeac8ba16eabc68d250e1ab552acd10b96051bb938d91e3b3231265147d124274cb3ffc53bddb196d5879f325b01e') +sha512sums=('803415cd56385cd6ecd31361c3ab001d17274c6a0f081f905dacf57ce09d91c8b70921813785b678fcbdbddd942c3d2bb79aad282314b674148081e9379b81b1') prepare() { cd isort-$pkgver
