Date: Wednesday, May 22, 2019 @ 11:47:11 Author: felixonmars Revision: 468340
upgpkg: python-pytest-tornado 0.8.0-1 Modified: python-pytest-tornado/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-22 11:44:48 UTC (rev 468339) +++ PKGBUILD 2019-05-22 11:47:11 UTC (rev 468340) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-tornado -pkgver=0.7.0 +pkgver=0.8.0 pkgrel=1 pkgdesc='A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.' arch=('any') @@ -9,7 +9,7 @@ url='https://github.com/eugeniy/pytest-tornado' depends=('python-pytest' 'python-tornado') source=("$pkgname-$pkgver.tar.gz::https://github.com/eugeniy/pytest-tornado/archive/v$pkgver.tar.gz") -sha512sums=('23d81afd08e06dd95fbae4c30ef2fc8ffc2a07ede80277847b64b193d45a742d0b655e16648aa21344c58bf4dd5c55ba2ac5b43d6339d935b89a21f662323bfb') +sha512sums=('d5264ec4df12877390f7a24b1def55a2105ab053db2c18f8c305ea521c0262e4f25c291172572efec8650f4d6a5730eb167cf51ef703e05048635141a104c0e7') build() { cd pytest-tornado-$pkgver
