Date: Monday, October 26, 2020 @ 20:27:31 Author: felixonmars Revision: 734055
upgpkg: python-janus 0.6.1-1 Modified: python-janus/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-26 20:27:26 UTC (rev 734054) +++ PKGBUILD 2020-10-26 20:27:31 UTC (rev 734055) @@ -2,7 +2,7 @@ # Contributor: Bruce Zhang <[email protected]> pkgname=python-janus -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="Thread-safe asyncio-aware queue for Python" arch=('any') @@ -12,7 +12,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-asyncio') source=("https://github.com/aio-libs/janus/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('5f4069eadc337381a1a60211af890f466e3d28c79117dbfdce8dd8d032d94432') +sha512sums=('688a0ee62fdf0a0844d56f0ae210512bec4fd9c3bcfbf88af31fb57fb7c005aed29158019b79d896736e35d38d18f2d3b77925dd04042d58641c05d6bd9e054e') build() { cd janus-$pkgver
