summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Janzic2019-08-05 21:51:05 +0200
committerJosip Janzic2019-08-05 21:53:42 +0200
commit1e36bc29512464dfde356a3439187ec75bd3e204 (patch)
treeab7fa75a9add4f4c6ede51e7fb463da0c4a4f08b
parent07879e4b8c8ada995a6b14d763d97a641dcb7b00 (diff)
downloadaur-1e36bc29512464dfde356a3439187ec75bd3e204.tar.gz
Add missing dependencies
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31076c09ed9c..7cd2f69f2ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgbase=('python-cfn-lint-git')
pkgname=('python-cfn-lint-git')
_module='cfn-lint'
-pkgver=r71.d2e1e46
+pkgver=r1262.8d4f1dea
pkgrel=1
pkgdesc="checks cloudformation for practices and behaviour that could potentially be improved"
url="https://github.com/awslabs/cfn-python-lint"
-depends=('python' 'python-yaml' 'python-requests')
+depends=('python' 'python-yaml' 'python-six' 'python-requests' 'python-aws-sam-translator' 'python-jsonschema' 'python-jsonschema')
makedepends=('python-setuptools')
license=('MIT No Attribution')
arch=('any')
-source=("git+https://github.com/awslabs/cfn-python-lint.git")
+source=("git+https://github.com/awslabs/cfn-python-lint")
md5sums=('SKIP')
pkgver() {