Date: Thursday, April 4, 2019 @ 00:09:58 Author: felixonmars Revision: 448678
upgpkg: python-asynctest 0.12.3-1 Modified: python-asynctest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-04 00:09:53 UTC (rev 448677) +++ PKGBUILD 2019-04-04 00:09:58 UTC (rev 448678) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-asynctest -pkgver=0.12.2 +pkgver=0.12.3 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=('e182fcf0c42d726dde810b9e2d50492b9e5ec9209b5419bd5faef28ee475ff04d6c8220bc165ec506eb9fc2dd38e45d7c3f8bc4ba1f0e279e44214e39862fe0f') +sha512sums=('a5c63fe27c43498eae8fd6ea12fe2dba7a0cc4916cba83ddccc66e80b0d49318c0d506149fdc45eb78a25e63efae133d040be37ff7f8feacab4d8aba6f02e0a8') build() { cd asynctest-$pkgver
