Date: Wednesday, May 20, 2020 @ 08:56:54 Author: felixonmars Revision: 386997
upgpkg: python2-isort 4.3.12-1 Modified: python2-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-20 08:50:33 UTC (rev 386996) +++ PKGBUILD 2020-05-20 08:56:54 UTC (rev 386997) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python2-isort -pkgver=4.3.11 +pkgver=4.3.12 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=('e992db693fdf5cafc79ebf0fbcaf87e4941d2db4b18bbf376b3e392cb3a7013aab3f413ac789605a3fd939d5c69c66b46084c2272cf0d09b50e359f8603756a6') +sha512sums=('66568a821a703cceb31129d032554017e9762a82cb3194b983a9114f1e7ca2941cc1d9ebcb3f684636fdec5023f3e7c86d55833d71c7051ff13eba1302c81935') build() { cd isort-$pkgver
