Date: Monday, November 15, 2021 @ 00:05:57 Author: felixonmars Revision: 1047615
upgpkg: python-aiounittest 1.4.1-1 Modified: python-aiounittest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-15 00:05:54 UTC (rev 1047614) +++ PKGBUILD 2021-11-15 00:05:57 UTC (rev 1047615) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-aiounittest -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc="Test asyncio code more easily" url="https://github.com/kwarunek/aiounittest" @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-nose') source=("https://github.com/kwarunek/aiounittest/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('5a8921debbf3be4a36e1ac4af39cdb46f802c06454b3be06c2b143122ba016d6badbb496b18d9379cb9a4b99c9fb7facc59f0676c5a776859c408fd1bdd74e1f') +sha512sums=('7d47ac912b9f1656033986f014ca9c5146e4eb21550957e784ad87bd2a2a7c8d291f149c8df068612ac5bf4d275d09e5fb9ea3ded90d638b53ee770d499b1065') build() { cd aiounittest-$pkgver
