summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5158273ae4ca..184ec0ec79d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jul 30 15:58:12 UTC 2017
+# Sun Jul 30 17:30:18 UTC 2017
pkgbase = molecule
pkgdesc = Molecule aids in the development and testing of Ansible roles.
pkgver = 2.0.0.rc12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/metacloud/molecule/tree/2.0.0.rc12
arch = any
license = MIT
makedepends = python
makedepends = python-setuptools
depends = ansible-lint
+ depends = python-ansible
depends = python-colorama
depends = flake8
depends = python-jinja
@@ -22,6 +23,7 @@ pkgbase = molecule
depends = python-sh
depends = python-click
depends = yamllint
+ depends = python-anyconfig
source = molecule-2.0.0.rc12.tar.gz::https://github.com/metacloud/molecule/archive/2.0.0.rc12.tar.gz
sha256sums = f27894ac47e37cf54be159a45e84b6adfae4127ec77e9c46a9c4bfeb5fc8ee24
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')