Date: Sunday, June 14, 2020 @ 10:42:08 Author: felixonmars Revision: 389179
upgpkg: python2-isort 4.3.14-1 Modified: python2-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-14 10:32:42 UTC (rev 389178) +++ PKGBUILD 2020-06-14 10:42:08 UTC (rev 389179) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python2-isort -pkgver=4.3.13 +pkgver=4.3.14 pkgrel=1 pkgdesc="A Python utility / library to sort Python imports." arch=('any') @@ -10,7 +10,7 @@ license=('MIT') depends=('python2-futures' 'python2-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz") -sha512sums=('3252b95710eccde7501d877566e09329b8f1bd0580ac4c8e66ef8535e8b7214129caff5f255991f80a772ff48699e38f1a8e6ebaff402b53c04ff516899dc34f') +sha512sums=('b55c65e8a31b79903b6f50e53b67523aa84b44aeaf01e863902184dad2b9f587d8d7fef1cbc70efed6117a277d2f436a8c4aa8129ec65f49b18106e17eca1b28') build() { cd isort-$pkgver
