Date: Tuesday, June 16, 2020 @ 13:49:01 Author: felixonmars Revision: 389310
upgpkg: python2-isort 4.3.15-1 Modified: python2-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-16 13:44:11 UTC (rev 389309) +++ PKGBUILD 2020-06-16 13:49:01 UTC (rev 389310) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python2-isort -pkgver=4.3.14 +pkgver=4.3.15 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=('b55c65e8a31b79903b6f50e53b67523aa84b44aeaf01e863902184dad2b9f587d8d7fef1cbc70efed6117a277d2f436a8c4aa8129ec65f49b18106e17eca1b28') +sha512sums=('29172737970c1a53bd436abe9c2fb9ba48c61ab9b8e03c9c8b1b48e0bf8017837258d197e133049ee687cd2e5b2d77e63087f3f653c7ba064fb843cb56aac134') build() { cd isort-$pkgver
