summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Malis2018-08-17 17:36:02 -0700
committerSteven Malis2018-08-17 17:36:02 -0700
commitd0288038d3157ca1eba242d6c82c0865626891bb (patch)
tree9cd4da9b6abe5934ab705f1327ff599bc42e5245
parentaa120ba252cb8db0a46ddae2f16a5a890635d5f3 (diff)
downloadaur-d0288038d3157ca1eba242d6c82c0865626891bb.tar.gz
Add missing python-attrs dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a55ec6a158..c41251608900 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-aiorpcx
pkgdesc = A generic asyncio library implementation of RPC suitable for an application that is a client, server or both.
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kyuupichan/aiorpcX/
arch = any
license = MIT
makedepends = python-setuptools
- depends = python>=3.6
+ depends = python>=3.6,
+ depends = python-attrs
source = https://github.com/kyuupichan/aiorpcX/archive/0.7.1.tar.gz
sha256sums = b9baeab3e72177baa9696292d167e5f5cdf11c1696194b29e059f8665a195dc0
diff --git a/PKGBUILD b/PKGBUILD
index c02747288dbb..ecfa15506adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname='python-aiorpcx'
pkgver=0.7.1
-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')
+depends=('python>=3.6', 'python-attrs')
makedepends=('python-setuptools')
source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz")