summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-07-04 15:52:11 +1000
committerLuis Aranguren2019-07-04 15:52:11 +1000
commit50b9a8ab38cf900acc787ae0ff74d736c3c42bc1 (patch)
tree47786286d2a4f366a649d01ca32d5d12b169152e
parent2d0b048ad4bc6cf1dc62bc9b361cf3f25c3c98b3 (diff)
downloadaur-50b9a8ab38cf900acc787ae0ff74d736c3c42bc1.tar.gz
pkgver 0.18.3.r3.g5de1922, provides python-aiorpcx
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77a5681c07b0..33d72f271b51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.r0.g4f39366
+ pkgver = 0.18.3.r3.g5de1922
pkgrel = 1
url = https://github.com/kyuupichan/aiorpcX/
arch = any
@@ -9,6 +9,7 @@ pkgbase = python-aiorpcx-git
makedepends = git
depends = python>=3.6
depends = python-attrs
+ provides = python-aiorpcx
conflicts = python-aiorpcx
source = git://github.com/kyuupichan/aiorpcX.git
sha256sums = SKIP
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')