summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorten Linderud2017-07-30 19:30:14 +0200
committerMorten Linderud2017-07-30 19:30:14 +0200
commit26e6c9abd3c0500437dd55ac67881204fdaabf70 (patch)
treeac6ae3cf32bf3814a9be8df926f617a0288456d6 /PKGBUILD
parentd6e5cfaac99922b79573e0d84022328a233ae13e (diff)
downloadaur-26e6c9abd3c0500437dd55ac67881204fdaabf70.tar.gz
upgpkg: molecule 2.0.0.rc12-2
Fixed molecule Signed-off-by: Morten Linderud <morten@linderud.pw>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97f4d16c9e6d..70cc215150c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Morten Linderud <morten@linderud.pw>
pkgname="molecule"
pkgver=2.0.0.rc12
-pkgrel=1
+pkgrel=2
pkgdesc='Molecule aids in the development and testing of Ansible roles.'
url='https://github.com/metacloud/molecule/tree/2.0.0.rc12'
arch=('any')
license=('MIT')
makedepends=('python' 'python-setuptools')
-depends=('ansible-lint' 'python-colorama' 'flake8'
+depends=('ansible-lint' 'python-ansible' 'python-colorama' 'flake8'
'python-jinja' 'python-marshmallow' 'python-gilt'
'python-tabulate' 'python-pbr' 'python-pexpect'
- 'python-yaml' 'python-sh' 'python-click' 'yamllint')
+ 'python-yaml' 'python-sh' 'python-click' 'yamllint' 'python-anyconfig')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/metacloud/molecule/archive/${pkgver}.tar.gz")
sha256sums=('f27894ac47e37cf54be159a45e84b6adfae4127ec77e9c46a9c4bfeb5fc8ee24')