Date: Tuesday, August 30, 2022 @ 17:21:24 Author: felixonmars Revision: 1288863
upgpkg: python-pytest-bdd 6.0.0-1 Modified: python-pytest-bdd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-30 17:17:58 UTC (rev 1288862) +++ PKGBUILD 2022-08-30 17:21:24 UTC (rev 1288863) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-bdd -pkgver=5.0.0 +pkgver=6.0.0 pkgrel=1 pkgdesc='BDD library for the pytest runner' arch=('any') @@ -10,7 +10,7 @@ depends=('python-glob2' 'python-mako' 'python-parse' 'python-parse-type' 'python-py' 'python-pytest') makedepends=('python-setuptools') source=("https://github.com/pytest-dev/pytest-bdd/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('827e57d410b05207b6c646062ddb54b677e22441311820d3bd406df202b6e9344dedf59cd4868e89cfbf8606fe3f15559e4cc3958d100e4fa74f9b864e6faada') +sha512sums=('5223190a1b1d80761059cc34893b64eeca6c4d35b3a81aed186b5d1b4214ac67660cfa6cd39e1953a445c8ca7ceea74cb32b224435193febad35433c2eaf3266') build() { cd pytest-bdd-$pkgver
