Date: Wednesday, July 1, 2020 @ 16:46:01 Author: felixonmars Revision: 390702
upgpkg: python2-isort 4.3.20-1 Modified: python2-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-01 16:42:59 UTC (rev 390701) +++ PKGBUILD 2020-07-01 16:46:01 UTC (rev 390702) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python2-isort -pkgver=4.3.19 +pkgver=4.3.20 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=('9c14ca98f8ecfb8b443e137b2565c5828bd17a9114b5cecdb7b5dc903bbd5348f7c25dd468c840abf22ee905ddd932da364aa16a2fded804815ab4c92fa6d141') +sha512sums=('03cca362a5c70b27f0893c00abdd65b39d35dfbd034b24a60703d222f0f21f8de5f650f2fb85adf6f37b1b33bfe02bf1b93d486000af7c6f45302a0d3c355cfb') build() { cd isort-$pkgver
