summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-07-08 14:39:26 +1000
committerLuis Aranguren2019-07-08 14:39:26 +1000
commit9bb283968a19b24af007a608b577cda4ae41f69f (patch)
treea4214cedd5b9d8dc1994ffc9f46482af819e1f44
parent50b9a8ab38cf900acc787ae0ff74d736c3c42bc1 (diff)
downloadaur-9bb283968a19b24af007a608b577cda4ae41f69f.tar.gz
added python-websockets to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d72f271b51..cb0eb1ad0c8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-aiorpcx-git
pkgdesc = A generic asyncio library implementation of RPC suitable for an application that is a client, server or both.
pkgver = 0.18.3.r3.g5de1922
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kyuupichan/aiorpcX/
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = python-aiorpcx-git
makedepends = git
depends = python>=3.6
depends = python-attrs
+ optdepends = python-websockets
provides = python-aiorpcx
conflicts = python-aiorpcx
source = git://github.com/kyuupichan/aiorpcX.git
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')