Date: Wednesday, May 13, 2020 @ 13:15:50 Author: yan12125 Revision: 627676
upgpkg: python-cfn-lint 0.31.0-1 Modified: python-cfn-lint/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-13 13:15:16 UTC (rev 627675) +++ PKGBUILD 2020-05-13 13:15:50 UTC (rev 627676) @@ -1,7 +1,7 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=python-cfn-lint -pkgver=0.30.1 +pkgver=0.31.0 pkgrel=1 pkgdesc='CloudFormation Linter' arch=(any) @@ -8,13 +8,14 @@ url='https://github.com/aws-cloudformation/cfn-python-lint' license=('custom:MIT No Attribution') depends=(python python-yaml python-six python-aws-sam-translator - python-jsonpatch python-jsonschema python-setuptools python-networkx) + python-jsonpatch python-jsonschema python-setuptools python-networkx + python-junit-xml) checkdepends=(python-pytest python-mock python-pydot) optdepends=( 'python-pydot: for building graphs from templates' ) source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz") -sha256sums=('59327b5c15b898b7d84bc882b530f60919472e6747eafbc8d54169c0d17677e1') +sha256sums=('a9e8215e782beb8f3aceeffc3f87a7d5d06f4aeac026641c2e0b24dd9d3b8de9') build() { cd cfn-python-lint-$pkgver
