summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2017-07-30 19:51:16 +0200
committerMorten Linderud2017-07-30 19:51:16 +0200
commitf1889c78760b43c345cdc5bb1147c321511ebb44 (patch)
tree481ff3c83a79140d116457bca2378bcf03ff159c
parent26e6c9abd3c0500437dd55ac67881204fdaabf70 (diff)
downloadaur-f1889c78760b43c345cdc5bb1147c321511ebb44.tar.gz
upgpkg: molecule 2.0.0.rc12-3
Updated Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 184ec0ec79d6..716b7e8f331a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 30 17:30:18 UTC 2017
+# Sun Jul 30 17:51:16 UTC 2017
pkgbase = molecule
pkgdesc = Molecule aids in the development and testing of Ansible roles.
pkgver = 2.0.0.rc12
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/metacloud/molecule/tree/2.0.0.rc12
arch = any
license = MIT
@@ -19,6 +19,7 @@ pkgbase = molecule
depends = python-tabulate
depends = python-pbr
depends = python-pexpect
+ depends = python-cookiecutter
depends = python-yaml
depends = python-sh
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index 70cc215150c5..d1fe2cf872f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <morten@linderud.pw>
pkgname="molecule"
pkgver=2.0.0.rc12
-pkgrel=2
+pkgrel=3
pkgdesc='Molecule aids in the development and testing of Ansible roles.'
url='https://github.com/metacloud/molecule/tree/2.0.0.rc12'
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('python' 'python-setuptools')
depends=('ansible-lint' 'python-ansible' 'python-colorama' 'flake8'
'python-jinja' 'python-marshmallow' 'python-gilt'
- 'python-tabulate' 'python-pbr' 'python-pexpect'
+ 'python-tabulate' 'python-pbr' 'python-pexpect' 'python-cookiecutter'
'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')