Date: Sunday, April 7, 2019 @ 19:15:59 Author: sangy Revision: 450324
upgpkg: python-aiorpcx 0.11.0-1 Modified: python-aiorpcx/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-07 19:10:04 UTC (rev 450323) +++ PKGBUILD 2019-04-07 19:15:59 UTC (rev 450324) @@ -2,8 +2,8 @@ # Contributor: smmalis37 pkgname='python-aiorpcx' -pkgver=0.10.5 -pkgrel=2 +pkgver=0.11.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/" arch=('any') @@ -11,8 +11,9 @@ depends=('python>=3.6' 'python-attrs') makedepends=('python-setuptools') source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz") -sha256sums=('53c2ee8453c754587ef19e7e6b431a783428d10aa9c18ca0a753ebb82f2361ff') +sha256sums=('87d1a297b9cfbb57a1c3ac4d06da5d3d114d1e751b2a9e81e9c82b04420dda5c') + build() { cd "${srcdir}/aiorpcX-${pkgver}" python setup.py build
