Date: Tuesday, June 23, 2020 @ 19:45:53 Author: felixonmars Revision: 390371
upgpkg: python2-isort 4.3.18-1 Modified: python2-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-23 17:58:14 UTC (rev 390370) +++ PKGBUILD 2020-06-23 19:45:53 UTC (rev 390371) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python2-isort -pkgver=4.3.17 +pkgver=4.3.18 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=('f603264f575f9234a3c74302b48e4cc5208eae18b4172fcfb7ffe95efd7b57de5287bd82baaca5904b07e6d95bb1dd69ca9b12fba4fc5416f6ca8975e62e45bf') +sha512sums=('548c15a6182f6b40ead4fd6a1b73b60065e0928988259bbf4fe488eb95d64fd06e8cd3752fb632cca5a56989b1fd338a9c126d28c6d141b025388ef57ac0f0d2') build() { cd isort-$pkgver
