Date: Sunday, November 24, 2019 @ 02:03:36 Author: sangy Revision: 532425
upgpkg: python-aiorpcx 0.18.4-1 Modified: python-aiorpcx/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-24 01:58:13 UTC (rev 532424) +++ PKGBUILD 2019-11-24 02:03:36 UTC (rev 532425) @@ -2,8 +2,8 @@ # Contributor: smmalis37 pkgname='python-aiorpcx' -pkgver=0.18.3 -pkgrel=3 +pkgver=0.18.4 +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=('3d0f31ad9d2369bdf8a86106eccc0fef9245b917e750df68497cde8cc19a6192') +sha256sums=('cfce9d4a6af83d6be8619b2268e57bb21db0a0b36ac29226db580b448c286498') build() {
