Date: Thursday, July 11, 2019 @ 17:07:48 Author: sangy Revision: 488928
upgpkg: python-aiorpcx 0.18.3-1 Modified: python-aiorpcx/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-11 17:07:14 UTC (rev 488927) +++ PKGBUILD 2019-07-11 17:07:48 UTC (rev 488928) @@ -2,8 +2,8 @@ # Contributor: smmalis37 pkgname='python-aiorpcx' -pkgver=0.18.0 -pkgrel=2 +pkgver=0.18.3 +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/" arch=('any') @@ -11,7 +11,7 @@ depends=('python>=3.6' 'python-attrs') makedepends=('python-setuptools' 'python-websockets') source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz") -sha256sums=('099f1f789e5eec3e87443323d747b8bff3238b7bf71d6a7596f02d1f0b328851') +sha256sums=('3d0f31ad9d2369bdf8a86106eccc0fef9245b917e750df68497cde8cc19a6192') build() {
