Date: Monday, February 11, 2019 @ 19:33:11 Author: polyzen Revision: 431757
upgpkg: yamllint 1.15.0-1 Modified: yamllint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-11 18:57:28 UTC (rev 431756) +++ PKGBUILD 2019-02-11 19:33:11 UTC (rev 431757) @@ -1,7 +1,7 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=yamllint -pkgver=1.14.0 +pkgver=1.15.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") -sha512sums=('9953b152b253b6f6e4f7d721299de8acc4ddeccbd46487f9f0964ef6a2679d23fe924b44dde9461151789b37ebc6f03d7d4efa727c0d5bd938d396f7d1b0e0d7') +sha512sums=('45231436917e2613ceca50e3267cd300d74518585e08d12afd394d8cd839f05f41a9d5f8e890d4bbcd80914cb774562b06d470de4877c0c5afcd466464523ff7') build() { cd $pkgname-$pkgver
