summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNebulaNeko2019-09-01 11:51:19 +0800
committerNebulaNeko2019-09-01 11:51:19 +0800
commita67e57f9a1f6b82db042af3902eb3b31bea14b34 (patch)
treef06b1c172f83243089a3b81e1a66a63d857048b7
parent3b1feffdccc46f05ccd252cfbe6f30568de2d579 (diff)
downloadaur-a67e57f9a1f6b82db042af3902eb3b31bea14b34.tar.gz
fixed dependences
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50c52be48fd7..de66d0f61256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = python-cqhttp-git
depends = python>=3.5
depends = python-flask
depends = python-requests
- depends = coolq-cqhttp-api-bin
+ depends = coolq-cqhttp-api
provides = python-cqhttp
conflicts = python-cqhttp
source = python-cqhttp::git+https://github.com/richardchien/python-cqhttp.git
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}")