Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-cfn-lint 0.22.1-2
Browse files Browse the repository at this point in the history
Also added a patch that fixes test failures in python-aws-sam-translator.

The patch is from a merged pull request [1].

[1] aws-cloudformation/cfn-lint#1003

git-svn-id: file:///srv/repos/svn-community/svn@487733 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 authored and svntogit committed Jul 9, 2019
1 parent ccd752c commit b6f5bd4
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>

pkgname=python-cfn-lint
pkgver=0.22.0
pkgrel=1
pkgver=0.22.1
pkgrel=2
pkgdesc='CloudFormation Linter'
arch=(any)
url='https://github.com/aws-cloudformation/cfn-python-lint'
license=('custom:MIT No Attribution')
depends=(python python-pyaml python-six python-requests python-aws-sam-translator
python-jsonpatch python-jsonschema python-setuptools)
checkdepends=(python-pytest python-mock)
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz")
sha256sums=('782e9d6b7677cd603928add1a587fa1623e6566509f5248a228b032ce21f2f8d')
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz"
cfn-lint-pr1003.patch::https://github.com/aws-cloudformation/cfn-python-lint/pull/1003.patch)
sha256sums=('d24d2efa60bda4596dae759a07943d4785202a90c067f530af55c104dbfacb86'
'fa60ce826c0438c55520239903312aab816a2016fc39c39900976077b21a5c55')

prepare() {
cd cfn-python-lint-$pkgver
patch -Np1 -i ../cfn-lint-pr1003.patch
}

build() {
cd cfn-python-lint-$pkgver
Expand Down

0 comments on commit b6f5bd4

Please sign in to comment.