[arch-commits] Commit in yamllint/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Wed Nov 20 13:22:35 UTC 2019
Date: Wednesday, November 20, 2019 @ 13:22:34
Author: polyzen
Revision: 530738
upgpkg: yamllint 1.19.0-1
Modified:
yamllint/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-20 13:12:24 UTC (rev 530737)
+++ PKGBUILD 2019-11-20 13:22:34 UTC (rev 530738)
@@ -1,8 +1,8 @@
# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
pkgname=yamllint
-pkgver=1.18.0
-pkgrel=2
+pkgver=1.19.0
+pkgrel=1
pkgdesc='Linter for YAML files'
arch=('any')
url=https://github.com/adrienverge/yamllint
@@ -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=('d42dbb35b3d28722a8c5c25de4593add0a6215b2732eb6932d89f38482c3d01c')
+sha256sums=('0260121ed6a428b98bbadb7b6b66e9cd00114382e3d7ad06fa80e0754414cf15')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list