[arch-commits] Commit in python-cfn-lint/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri Mar 27 01:53:59 UTC 2020
Date: Friday, March 27, 2020 @ 01:53:59
Author: yan12125
Revision: 604946
upgpkg: python-cfn-lint 0.29.2-1
Modified:
python-cfn-lint/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-27 01:44:48 UTC (rev 604945)
+++ PKGBUILD 2020-03-27 01:53:59 UTC (rev 604946)
@@ -1,8 +1,8 @@
# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
pkgname=python-cfn-lint
-pkgver=0.29.0
-pkgrel=2
+pkgver=0.29.2
+pkgrel=1
pkgdesc='CloudFormation Linter'
arch=(any)
url='https://github.com/aws-cloudformation/cfn-python-lint'
@@ -10,16 +10,9 @@
depends=(python python-yaml python-six python-aws-sam-translator
python-jsonpatch python-jsonschema python-setuptools python-networkx)
checkdepends=(python-pytest python-mock)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz"
- $pkgname-pr1432.patch::https://github.com/aws-cloudformation/cfn-python-lint/commit/2f0f9de8212a2a0a57ef0378b7f7f48c62296075.patch)
-sha256sums=('978427fa7b0409606e3cc5e6049f55b7a7edb9b9de247f7d0a6833557a643f4b'
- '4a2733a0a1bdde99016a5089ce2641c53faba265f2169f644b4efbc4eb7d54a3')
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
+sha256sums=('83c162fe367b5a5dcc6b4e4bf93ec59f651521cea5b93e72a649b846c3768eb0')
-prepare() {
- cd cfn-python-lint-$pkgver
- patch -Np1 -i ../$pkgname-pr1432.patch
-}
-
build() {
cd cfn-python-lint-$pkgver
python setup.py build
More information about the arch-commits
mailing list