[arch-commits] Commit in python-aiorpcx/trunk (PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Sun Jul 7 17:42:25 UTC 2019


    Date: Sunday, July 7, 2019 @ 17:42:24
  Author: sangy
Revision: 487640

upgpkg: python-aiorpcx 0.18.0-2

Modified:
  python-aiorpcx/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-07 17:34:53 UTC (rev 487639)
+++ PKGBUILD	2019-07-07 17:42:24 UTC (rev 487640)
@@ -3,16 +3,17 @@
 
 pkgname='python-aiorpcx'
 pkgver=0.18.0
-pkgrel=1
+pkgrel=2
 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')
 license=('MIT')
 depends=('python>=3.6' 'python-attrs')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-websockets')
 source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz")
 sha256sums=('099f1f789e5eec3e87443323d747b8bff3238b7bf71d6a7596f02d1f0b328851')
 
+
 build() {
   cd "${srcdir}/aiorpcX-${pkgver}"
   python setup.py build



More information about the arch-commits mailing list