summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2019-07-08 14:39:26 +1000
committerLuis Aranguren2019-07-08 14:39:26 +1000
commit9bb283968a19b24af007a608b577cda4ae41f69f (patch)
treea4214cedd5b9d8dc1994ffc9f46482af819e1f44 /PKGBUILD
parent50b9a8ab38cf900acc787ae0ff74d736c3c42bc1 (diff)
downloadaur-9bb283968a19b24af007a608b577cda4ae41f69f.tar.gz
added python-websockets to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53d8c1e6bb1c..99f8afd211ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python-aiorpcx-git'
_gitname='aiorpcX'
pkgver=0.18.3.r3.g5de1922
-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')
@@ -13,6 +13,7 @@ provides=('python-aiorpcx')
conflicts=('python-aiorpcx')
depends=('python>=3.6' 'python-attrs')
makedepends=('python-setuptools' 'git')
+optdepends=('python-websockets')
source=("git://github.com/kyuupichan/aiorpcX.git")
sha256sums=('SKIP')