Date: Wednesday, August 19, 2020 @ 05:17:44 Author: felixonmars Revision: 394380
upgpkg: python-isort 5.4.0-1 Modified: python-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-18 20:16:03 UTC (rev 394379) +++ PKGBUILD 2020-08-19 05:17:44 UTC (rev 394380) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python-isort -pkgver=5.3.2 +pkgver=5.4.0 pkgrel=1 pkgdesc="A Python utility / library to sort Python imports." arch=('any') @@ -14,7 +14,7 @@ 'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 'python-pytest' 'python-requirementslib') source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('c1ae67a8024bb7f7aa9bff6be5990de8dfe1e565a679a4a7c36f16b43e018982d82dfe4f85c8a8862e7f013d470fc730be6e6c9971e95f01d682452f271ac69e') +sha512sums=('98fd26c704c7e4c3fb0ed89f18ba8f648256d7744ec2aad128010a5fe39e2875d4c0fab87e282c75cb0d8c02db9186352eba3440cbea0a60442cf289a9161c78') prepare() { cd isort-$pkgver
