Date: Sunday, May 17, 2020 @ 18:44:40 Author: felixonmars Revision: 385444
upgpkg: python2-isort 4.3.11-1 Modified: python2-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-17 18:43:40 UTC (rev 385443) +++ PKGBUILD 2020-05-17 18:44:40 UTC (rev 385444) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python2-isort -pkgver=4.3.10 +pkgver=4.3.11 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=('6f1150b236b11f235f2a9e6054b341483b4df0582af1a3d92ff5d1f0358c95c0a986fe0ab80301f2bec7cb10814604d5198781dbe2de5f6096ad8da65b16ed9a') +sha512sums=('e992db693fdf5cafc79ebf0fbcaf87e4941d2db4b18bbf376b3e392cb3a7013aab3f413ac789605a3fd939d5c69c66b46084c2272cf0d09b50e359f8603756a6') build() { cd isort-$pkgver
