Date: Tuesday, August 18, 2020 @ 14:53:35 Author: jelle Revision: 683960
upgpkg: ansible-lint 4.3.0-1 Modified: ansible-lint/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-18 14:41:20 UTC (rev 683959) +++ PKGBUILD 2020-08-18 14:53:35 UTC (rev 683960) @@ -2,8 +2,8 @@ # Contributor: Sander Boom <[email protected]> pkgname=ansible-lint -pkgver=4.2.0 -pkgrel=3 +pkgver=4.3.0 +pkgrel=1 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved." arch=('any') url="https://github.com/willthames/ansible-lint" @@ -10,7 +10,7 @@ license=('MIT') depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'git') source=(${pkgname}-${pkgver}::https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz) -sha256sums=('b1fbb2f71ab9f9f5ffac39a3f5c77af67a09d838fac4c78b0be824bf9171eb37') +sha256sums=('f22989334d5aa752a82dbd494f5c584e897fd2861bdfab182d1f3ee166e92224') build() { cd "${pkgname}-${pkgver}"
