Date: Tuesday, July 21, 2020 @ 20:09:12 Author: felixonmars Revision: 392336
upgpkg: python-isort 5.0.1-1 Modified: python-isort/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-21 19:59:35 UTC (rev 392335) +++ PKGBUILD 2020-07-21 20:09:12 UTC (rev 392336) @@ -2,8 +2,8 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python-isort -pkgver=5.0.0 -pkgrel=2 +pkgver=5.0.1 +pkgrel=1 pkgdesc="A Python utility / library to sort Python imports." arch=('any') url="https://github.com/timothycrosley/isort" @@ -13,7 +13,7 @@ checkdepends=('pylama' 'python-hypothesis-auto' 'python-pip' 'python-pip-api' 'python-pipreqs' 'python-pytest' 'python-requirementslib') source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('b78eb3d4c633da76d88e95e2c5bd74b74565d1b1da004436c6aa8553c3b5715eaad003e67cad40e580ebac4de7d468bc27a8d1d1664d123a3896e105fe9b6f3e') +sha512sums=('c8df3c47c96e2715f93d4c5c22d8b88fd3c67a6a8f2c5ef0d10b967af28761fd58c42a16206fc44cebea28173cf3159a3afd1373c1f193af7521a09c34b660d8') prepare() { cd isort-$pkgver
