Date: Sunday, March 22, 2020 @ 11:38:50 Author: felixonmars Revision: 378322
upgpkg: python2-isort 4.3.7-1 Modified: python2-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-22 11:38:42 UTC (rev 378321) +++ PKGBUILD 2020-03-22 11:38:50 UTC (rev 378322) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <m...@jarondl.net> pkgname=python2-isort -pkgver=4.3.6 +pkgver=4.3.7 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=('74cfe16f24a75cd752d85280c915778d82c0472fad8c92d1b0517c0a7c238fd34bed8aa8724e67acf11bc34e79e747b4f7a341815a858e6fe059e444ae7ecd26') +sha512sums=('eab3ded4dcc17bd85d54d7d44c6d68ca4777679472afa2a4957e97df49106b57fe7f142abc5bf3ff04234353ec690b9c715f2ac5ea812cbbb7db250c92c458d2') build() { cd isort-$pkgver