Date: Wednesday, April 24, 2019 @ 12:03:40 Author: felixonmars Revision: 453287
upgpkg: python-asynctest 0.12.4-1 Modified: python-asynctest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-24 12:00:23 UTC (rev 453286) +++ PKGBUILD 2019-04-24 12:03:40 UTC (rev 453287) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-asynctest -pkgver=0.12.3 +pkgver=0.12.4 pkgrel=1 pkgdesc="Enhance the standard unittest package with features for testing asyncio libraries" url="https://github.com/Martiusweb/asynctest" @@ -10,7 +10,7 @@ depends=('python') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/Martiusweb/asynctest/archive/v$pkgver.tar.gz") -sha512sums=('a5c63fe27c43498eae8fd6ea12fe2dba7a0cc4916cba83ddccc66e80b0d49318c0d506149fdc45eb78a25e63efae133d040be37ff7f8feacab4d8aba6f02e0a8') +sha512sums=('91bffeb37991f01cb83016184706a71b8a1ebf084000f48ab8527e603285d32a55b0d3200f0c8e249bfd2393b3ed75cad10314027e9815bb15847b5db46ae75e') build() { cd asynctest-$pkgver
