Date: Thursday, April 22, 2021 @ 12:07:45 Author: felixonmars Revision: 920963
upgpkg: python-pytest-asyncio 0.15.1-1 Modified: python-pytest-asyncio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 12:07:43 UTC (rev 920962) +++ PKGBUILD 2021-04-22 12:07:45 UTC (rev 920963) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-asyncio -pkgver=0.15.0 +pkgver=0.15.1 pkgrel=1 pkgdesc="Pytest support for asyncio." arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') 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=('a936bd8f00cb470cee355b9abe6a6df5f65af5de9144bc0c128732f65fe4bc1e60b08a4e7287ae2f303e56e1764fd0bfe771102439e6d1ba7cb495d06b0677c0') +sha512sums=('1813d49e0dd55f563d9bf058e009da61a17f61e081cc53626b5f1db623ba04905b6bea3ecba423dc931668053310176b634339d6526c7ea729d9aad87e4f044d') prepare() { cd pytest-asyncio-$pkgver
