Date: Tuesday, February 12, 2019 @ 17:07:17 Author: jelle Revision: 431974
upgpkg: ansible-lint 4.1.0-1 Upstream update and new dependency python-ruamel-yaml Modified: ansible-lint/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-12 16:02:27 UTC (rev 431973) +++ PKGBUILD 2019-02-12 17:07:17 UTC (rev 431974) @@ -2,17 +2,17 @@ # Contributor: Sander Boom <[email protected]> pkgname=ansible-lint -pkgver=4.0.0 +pkgver=4.1.0 pkgrel=1 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved." arch=('any') url="https://github.com/willthames/ansible-lint" license=('MIT') -depends=('python' 'ansible') +depends=('python' 'ansible' 'python-ruamel-yaml') makedepends=('python-distribute') checkdepends=('python-nose') source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz") -sha256sums=('20ceaa5bbaf62d718c46c468b5998a7d29dc0f1e0a5731a8b5580a80a93a1cfd') +sha256sums=('83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0') build() { cd "${pkgname}-${pkgver}"
