Date: Wednesday, January 9, 2019 @ 12:46:58 Author: felixonmars Revision: 421132
upgpkg: python-pytest-asyncio 0.10.0-1 Modified: python-pytest-asyncio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-09 12:46:33 UTC (rev 421131) +++ PKGBUILD 2019-01-09 12:46:58 UTC (rev 421132) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-asyncio -pkgver=0.9.0 +pkgver=0.10.0 pkgrel=1 pkgdesc="Pytest support for asyncio." arch=('any') @@ -8,9 +8,9 @@ license=('Apache') url="https://github.com/pytest-dev/pytest-asyncio/" depends=('python-pytest') -checkdepends=('python-pytest-cov' 'python-async_generator') +checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz") -sha512sums=('1b9c646b4025fe5ea0adb68a121c1c01a94278b64fd96e7edf588da12ad6d625f86674422fe52adb87e96a1c2617fcad9406770ddea00c1ef7954404ab6bdd53') +sha512sums=('78160d1918c5d3d2172f74fa07bf4bf6d0bc416666011dd5b83b3a7f385ec30fc65d49c01bba5dd0e16ad9dcd9d72d8ab062526f3268d60cd2e24a35b5a8f883') build() { cd pytest-asyncio-$pkgver
