Date: Thursday, March 19, 2020 @ 10:43:51 Author: felixonmars Revision: 377900
upgpkg: python2-isort 4.3.6-1 Modified: python2-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-19 10:09:54 UTC (rev 377899) +++ PKGBUILD 2020-03-19 10:43:51 UTC (rev 377900) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python2-isort -pkgver=4.3.5 +pkgver=4.3.6 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=('09615458cd201d52bc573d060acf51aad2fcda9cd80e87592e1f60d820155e1664149c445a72bc23121a3a1550a1ef39a308871eb1dc12b7b509be6c5731afdf') +sha512sums=('74cfe16f24a75cd752d85280c915778d82c0472fad8c92d1b0517c0a7c238fd34bed8aa8724e67acf11bc34e79e747b4f7a341815a858e6fe059e444ae7ecd26') build() { cd isort-$pkgver
