Date: Saturday, August 1, 2020 @ 05:08:08 Author: felixonmars Revision: 392815
upgpkg: python-isort 5.1.2-1 Modified: python-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-31 21:50:19 UTC (rev 392814) +++ PKGBUILD 2020-08-01 05:08:08 UTC (rev 392815) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python-isort -pkgver=5.1.1 +pkgver=5.1.2 pkgrel=1 pkgdesc="A Python utility / library to sort Python imports." arch=('any') @@ -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=('960ee0b97d9c69192118e73a5d0db74b7e1278a744a2cb0813148464d67347ac8592ff9c2c55cd6063c709ef25479e72b958e3423fa9d34cf8879cb3ed96b30f') +sha512sums=('57158a831c80d6c583bb7f4cdd312cebb39eeac8ba16eabc68d250e1ab552acd10b96051bb938d91e3b3231265147d124274cb3ffc53bddb196d5879f325b01e') prepare() { cd isort-$pkgver
