Date: Tuesday, February 14, 2017 @ 17:08:09 Author: jelle Revision: 212442
upgpkg: ansible-lint 3.4.11-1 Modified: ansible-lint/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-14 17:00:34 UTC (rev 212441) +++ PKGBUILD 2017-02-14 17:08:09 UTC (rev 212442) @@ -2,7 +2,7 @@ # Contributor: Sander Boom <[email protected]> pkgname=ansible-lint -pkgver=3.4.9 +pkgver=3.4.11 pkgrel=1 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved." arch=('any') @@ -10,8 +10,9 @@ license=('MIT') depends=('python2' 'ansible') makedepends=('python2-distribute') +checkdepends=('python-nose') source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz") -sha256sums=('1582d8788aed9a059d031a80d22262391ef4cb34816b86b5034f3b6e591027a7') +sha256sums=('8ab5541eaca25af8f8cc53a06f3b07bc9768cf1bff9941e84ecef7fd4367127d') package() { cd "${pkgname}-${pkgver}"
