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

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Jul 11 00:54:24 UTC 2019


    Date: Thursday, July 11, 2019 @ 00:54:24
  Author: yan12125
Revision: 488614

upgpkg: python-cfn-lint 0.22.2-1

pr1003 [1] has been merged.

[1] https://github.com/aws-cloudformation/cfn-python-lint/pull/1003

Modified:
  python-cfn-lint/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-10 22:50:25 UTC (rev 488613)
+++ PKGBUILD	2019-07-11 00:54:24 UTC (rev 488614)
@@ -1,8 +1,8 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.22.1
-pkgrel=2
+pkgver=0.22.2
+pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
 url='https://github.com/aws-cloudformation/cfn-python-lint'
@@ -10,16 +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=("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')
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
+sha256sums=('6f9464d3897d32ded39ac30d01cca12c49cb25de285104550c4a6f5e00f65990')
 
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../cfn-lint-pr1003.patch
-}
-
 build() {
   cd cfn-python-lint-$pkgver
   python setup.py build



More information about the arch-commits mailing list