summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDringsim2023-08-27 11:52:13 +0800
committerDringsim2023-08-27 11:52:13 +0800
commit7016015c397b5609ee0c82b9a7e8f7a67e3ad345 (patch)
treef4e66e84b9b92c4da4bb3b3179730ccd0ca190a9
parentfb37c3a7843faa28e98d43449c40567fe4665ab7 (diff)
downloadaur-7016015c397b5609ee0c82b9a7e8f7a67e3ad345.tar.gz
fix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0be8fc503952..d0511f1db6b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = python-aiocache
makedepends = python-setuptools
depends = python
optdepends = python-aiomcache
- optdepends = python-aioredis
optdepends = python-msgpack
optdepends = python-redis
optdepends = python-ujson
diff --git a/PKGBUILD b/PKGBUILD
index ba4623518443..fa588392a430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/argaen/aiocache"
license=('BSD')
makedepends=('python-setuptools')
depends=('python')
-optdepends=('python-aiomcache' 'python-aioredis' 'python-msgpack' 'python-redis' 'python-ujson')
+optdepends=('python-aiomcache' 'python-msgpack' 'python-redis' 'python-ujson')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('b41c9a145b050a5dcbae1599f847db6dd445193b1f3bd172d8e0fe0cb9e96684')