[arch-commits] Commit in python-cfn-lint/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Jun 13 12:27:14 UTC 2019


    Date: Thursday, June 13, 2019 @ 12:27:14
  Author: yan12125
Revision: 481269

upgpkg: python-cfn-lint 0.21.5-1

Use alternative GitHub archive URL format

Modified:
  python-cfn-lint/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-13 11:55:18 UTC (rev 481268)
+++ PKGBUILD	2019-06-13 12:27:14 UTC (rev 481269)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.21.4
+pkgver=0.21.5
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -10,9 +10,9 @@
 depends=(python python-pyaml python-six python-requests python-aws-sam-translator
          python-jsonpatch python-jsonschema python-setuptools)
 checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz"
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz"
         fix-tests.patch)
-sha256sums=('3f700ebcadc8bda9916c52dd2cc88f01cbb8f98521bcae3a74ac967ebeb8908c'
+sha256sums=('c7a31318c67a28c774cbd44ba72a79c7bba2efbe93a5c33fa943e0d813aa9b0f'
             'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
 
 prepare() {



More information about the arch-commits mailing list