Date: Tuesday, August 3, 2021 @ 03:17:34
  Author: yan12125
Revision: 993255

upgpkg: python-cfn-lint 0.53.0-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-08-03 02:19:40 UTC (rev 993254)
+++ PKGBUILD    2021-08-03 03:17:34 UTC (rev 993255)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.52.0
+pkgver=0.53.0
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -16,14 +16,8 @@
   'python-pydot: for building graphs from templates'
 )
 
source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz";)
-sha256sums=('1aaac7a8f921e0bd8f011c85ce720b7f99deda7c9624620ff831cec02e2de111')
+sha256sums=('9b9d690d5a459effe0545c640d75ed1c3d3a365e263ae156b1970dc0baf73f9a')
 
-prepare() {
-  cd cfn-lint-$pkgver
-  # Workarounds a time-based test; see 
https://github.com/aws-cloudformation/cfn-lint/issues/1779
-  sed -i 's#Runtime: python2\.7#Runtime: python3.8#' 
test/fixtures/templates/quickstart/{cis_benchmark,openshift}.yaml
-}
-
 build() {
   cd cfn-lint-$pkgver
   python setup.py build

Reply via email to