summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2020-06-19 08:42:00 +0200
committerrazer2020-06-19 08:42:00 +0200
commit04c7bb490715fc99584eca07af46b787a7e381cb (patch)
tree29a361840e059257e1bc7eb7cccd5f461f0b4573 /PKGBUILD
parent258d994d37b8efe90a06ec51f5d2dcd05b61b6f5 (diff)
downloadaur-04c7bb490715fc99584eca07af46b787a7e381cb.tar.gz
Add python-async-timeout dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b37b5e073cc0..67ac7746349a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-aioredis
_pypi_pkgname=aioredis
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="asyncio (PEP 3156) Redis client library"
arch=(any)
url="https://github.com/aio-libs/aioredis"
license=('MIT')
makedepends=('python-setuptools')
-depends=('python' 'redis')
+depends=('python' 'redis' 'python-async-timeout')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
sha256sums=('15f8af30b044c771aee6787e5ec24694c048184c7b9e54c3b60c750a4b93273a')