Date: Tuesday, March 24, 2020 @ 18:44:59 Author: polyzen Revision: 603906
upgpkg: yamllint 1.21.0-1 Modified: yamllint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-24 18:41:10 UTC (rev 603905) +++ PKGBUILD 2020-03-24 18:44:59 UTC (rev 603906) @@ -1,7 +1,7 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=yamllint -pkgver=1.20.0 +pkgver=1.21.0 pkgrel=1 pkgdesc='Linter for YAML files' arch=('any') @@ -10,7 +10,7 @@ depends=('python-pathspec' 'python-setuptools' 'python-yaml') checkdepends=('python-nose') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('76912b6262fd7e0815d7b14c4c2bb2642c754d0aa38f2d3e4b4e21c77872a3bf') +sha256sums=('7e1e698b3d344b64bc46cbe8c4df7dfdfe7c00ed1a8d1c851ecd5b552d93d193') build() { cd $pkgname-$pkgver
