summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDringsim2023-08-27 11:52:13 +0800
committerDringsim2023-08-27 11:52:13 +0800
commit7016015c397b5609ee0c82b9a7e8f7a67e3ad345 (patch)
treef4e66e84b9b92c4da4bb3b3179730ccd0ca190a9 /PKGBUILD
parentfb37c3a7843faa28e98d43449c40567fe4665ab7 (diff)
downloadaur-python-aiocache.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')