summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNebulaNeko2019-09-01 11:51:19 +0800
committerNebulaNeko2019-09-01 11:51:19 +0800
commita67e57f9a1f6b82db042af3902eb3b31bea14b34 (patch)
treef06b1c172f83243089a3b81e1a66a63d857048b7 /PKGBUILD
parent3b1feffdccc46f05ccd252cfbe6f30568de2d579 (diff)
downloadaur-a67e57f9a1f6b82db042af3902eb3b31bea14b34.tar.gz
fixed dependences
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 065dfeed75a1..da4a81b06f61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://github.com/richardchien/python-cqhttp'
license=('MIT')
groups=('eqs')
-depends=('python>=3.5' 'python-flask' 'python-requests' 'coolq-cqhttp-api-bin')
+depends=('python>=3.5' 'python-flask' 'python-requests' 'coolq-cqhttp-api')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")