Date: Wednesday, April 29, 2020 @ 11:08:34 Author: dvzrv Revision: 622232
upgpkg: molecule 3.0.4-1: Upgrading to 3.0.4. Adding molecule-vagrant to optdepends \o/. Modified: molecule/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-29 10:08:34 UTC (rev 622231) +++ PKGBUILD 2020-04-29 11:08:34 UTC (rev 622232) @@ -1,7 +1,7 @@ # Maintainer: David Runge <[email protected]> pkgname=molecule -pkgver=3.0.3 +pkgver=3.0.4 pkgrel=1 pkgdesc="Aids in the development and testing of Ansible roles" arch=('any') @@ -19,13 +19,12 @@ 'python-pytest-html' 'python-pytest-mock' 'python-pytest-sugar' 'python-pytest-verbose-parametrize' 'python-pytest-xdist' 'python-testinfra') optdepends=('docker: for the docker driver' + 'molecule-vagrant: for the vagrant driver' 'podman: for the podman driver' 'python-pywinrm: for Windows support' 'python-testinfra: for the testinfra verifier') -# waiting on shibumi to move this to community -# 'molecule-vagrant: for the vagrant driver') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('4ffe5c10769ddf18adf028673f4f5a0b729274a7f9b030d18315e2dc2fc3097ac49629e405a54f6d549ecd3ef62d2297ec23a3d20b63f9da631b61da0ad436e3') +sha512sums=('84420677d62aea7e4a3570b97884d85c48a0fe1d94ccdecc400e962a37d772c37bb64b569ac9c2f6e1b034f85758554ff1e16a2a9d5a42120d27d54d8691bdc0') prepare() { cd "$pkgname-$pkgver"
