Date: Monday, July 6, 2020 @ 19:41:13 Author: felixonmars Revision: 658054
upgpkg: python-pytest-isort 1.1.0-1 Modified: python-pytest-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-06 19:34:18 UTC (rev 658053) +++ PKGBUILD 2020-07-06 19:41:13 UTC (rev 658054) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-isort -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc='pytest plugin to perform isort checks (import ordering)' arch=('any') @@ -9,7 +9,7 @@ url='https://github.com/moccu/pytest-isort' depends=('python-pytest-cache' 'python-isort') source=("$pkgname-$pkgver.tar.gz::https://github.com/moccu/pytest-isort/archive/$pkgver.tar.gz") -sha512sums=('3aec53f72d8df58d8f7e07a63c9c986051261b87c090fb50707e5ec00946c675d7a1e6746c458c035c7359218c299f53f769ffe9c066e8ad5a7eaac268ddd9c6') +sha512sums=('4eb6438ff19501573d925839761fa4cd476fe37ddb6dc618a2d05116cc0ec7680e84cbc88c834329fd7457deb7f88e1e93e67d471192420e6bdf3693c6dc53a3') build() { cd pytest-isort-$pkgver
