summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2019-07-04 15:52:11 +1000
committerLuis Aranguren2019-07-04 15:52:11 +1000
commit50b9a8ab38cf900acc787ae0ff74d736c3c42bc1 (patch)
tree47786286d2a4f366a649d01ca32d5d12b169152e /PKGBUILD
parent2d0b048ad4bc6cf1dc62bc9b361cf3f25c3c98b3 (diff)
downloadaur-50b9a8ab38cf900acc787ae0ff74d736c3c42bc1.tar.gz
pkgver 0.18.3.r3.g5de1922, provides python-aiorpcx
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9044b1bf249a..53d8c1e6bb1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname='python-aiorpcx-git'
_gitname='aiorpcX'
-pkgver=0.18.3.r0.g4f39366
+pkgver=0.18.3.r3.g5de1922
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')
license=('MIT')
+provides=('python-aiorpcx')
conflicts=('python-aiorpcx')
depends=('python>=3.6' 'python-attrs')
makedepends=('python-setuptools' 'git')