[arch-commits] Commit in python-aiorpcx/trunk (PKGBUILD)
Santiago Torres-Arias
sangy at archlinux.org
Wed May 29 16:40:06 UTC 2019
Date: Wednesday, May 29, 2019 @ 16:40:05
Author: sangy
Revision: 474398
upgpkg: python-aiorpcx 0.18.0-1
Modified:
python-aiorpcx/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-29 16:39:03 UTC (rev 474397)
+++ PKGBUILD 2019-05-29 16:40:05 UTC (rev 474398)
@@ -2,7 +2,7 @@
# Contributor: smmalis37
pkgname='python-aiorpcx'
-pkgver=0.17.0
+pkgver=0.18.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,9 +11,8 @@
depends=('python>=3.6' 'python-attrs')
makedepends=('python-setuptools')
source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz")
-sha256sums=('b743629e8e3b3783d0a2fe3a25e55f30a35d7f148d863c8b6f0c50db6350c379')
+sha256sums=('099f1f789e5eec3e87443323d747b8bff3238b7bf71d6a7596f02d1f0b328851')
-
build() {
cd "${srcdir}/aiorpcX-${pkgver}"
python setup.py build
More information about the arch-commits
mailing list