Date: Wednesday, June 17, 2020 @ 18:22:17 Author: felixonmars Revision: 389442
upgpkg: python2-isort 4.3.16-1 Modified: python2-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-17 18:17:29 UTC (rev 389441) +++ PKGBUILD 2020-06-17 18:22:17 UTC (rev 389442) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python2-isort -pkgver=4.3.15 +pkgver=4.3.16 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=('29172737970c1a53bd436abe9c2fb9ba48c61ab9b8e03c9c8b1b48e0bf8017837258d197e133049ee687cd2e5b2d77e63087f3f653c7ba064fb843cb56aac134') +sha512sums=('74729c4e4305d57e210b9e1c9c97053e7d8971018df3555e111e74bf65b03219309382fbecf5add082b47ec4bbc7b91fc29bef398908efa7bfb1383e3b3cef1e') build() { cd isort-$pkgver
