Date: Friday, July 31, 2020 @ 07:12:40 Author: felixonmars Revision: 392752
upgpkg: python-isort 5.1.1-1 Modified: python-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-30 23:48:38 UTC (rev 392751) +++ PKGBUILD 2020-07-31 07:12:40 UTC (rev 392752) @@ -2,7 +2,7 @@ # Contributor: Yaron de Leeuw <[email protected]> pkgname=python-isort -pkgver=5.1.0 +pkgver=5.1.1 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=('aea0bcd5327167b5aaf5df778f07bedc71808c30bbd4d12b48f0558e59da977bd1d36dc8c73b5ca72e88adeb27e385e3eb5798b9c12a28c5fc2d0c5a34fbde41') +sha512sums=('960ee0b97d9c69192118e73a5d0db74b7e1278a744a2cb0813148464d67347ac8592ff9c2c55cd6063c709ef25479e72b958e3423fa9d34cf8879cb3ed96b30f') prepare() { cd isort-$pkgver
