Date: Saturday, April 4, 2020 @ 00:45:31 Author: yan12125 Revision: 611396
upgpkg: python-cfn-lint 0.29.4-1 Modified: python-cfn-lint/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-04 00:42:58 UTC (rev 611395) +++ PKGBUILD 2020-04-04 00:45:31 UTC (rev 611396) @@ -1,7 +1,7 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=python-cfn-lint -pkgver=0.29.3 +pkgver=0.29.4 pkgrel=1 pkgdesc='CloudFormation Linter' arch=(any) @@ -9,9 +9,12 @@ license=('custom:MIT No Attribution') depends=(python python-yaml python-six python-aws-sam-translator python-jsonpatch python-jsonschema python-setuptools python-networkx) -checkdepends=(python-pytest python-mock) +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=('275f705211f9ba6ef5acf135a28dc5d3dab66a41bdbfc8a76e09d1c6bc5dae21') +sha256sums=('02b9797a71a54bc8c681c2b51212b04b7a4852bc3b562a57dfd0198f01601588') build() { cd cfn-python-lint-$pkgver
