Date: Monday, March 21, 2022 @ 17:42:50 Author: sangy Revision: 1167663
upgpkg: python-aiorpcx 0.22.0-1 Modified: python-aiorpcx/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 17:42:45 UTC (rev 1167662) +++ PKGBUILD 2022-03-21 17:42:50 UTC (rev 1167663) @@ -2,8 +2,8 @@ # Contributor: smmalis37 pkgname='python-aiorpcx' -pkgver=0.18.7 -pkgrel=3 +pkgver=0.22.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,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=('ce98d20a22535651c1479dd66a0e68674e1677632cb43e9706908a4c1e04deb9') +sha256sums=('fb68faee9bea05f283e3e41afb984c96902ff4e99d515527423460f379301c45') build() {
