Date: Friday, April 19, 2019 @ 16:19:31 Author: sangy Revision: 452028
upgpkg: python-aiorpcx 0.15.0-1 Modified: python-aiorpcx/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-19 16:12:12 UTC (rev 452027) +++ PKGBUILD 2019-04-19 16:19:31 UTC (rev 452028) @@ -2,7 +2,7 @@ # Contributor: smmalis37 pkgname='python-aiorpcx' -pkgver=0.13.0 +pkgver=0.15.0 pkgrel=1 pkgdesc="A generic asyncio library implementation of RPC suitable for an application that is a client, server or both." url="https://github.com/kyuupichan/aiorpcX/" @@ -11,7 +11,7 @@ depends=('python>=3.6' 'python-attrs') makedepends=('python-setuptools') source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz") -sha256sums=('18ccb23538fb835d03ec4cad4b0a5cdd9ffd5e622ffa5724e5cd3e19d95120b8') +sha256sums=('2c409a6053c083067f3f5c6923eebe290b0ced034f39eeb1244677697d6600a4') build() {
