summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2021-09-01 21:50:58 +0800
committeryjun2021-09-01 21:50:58 +0800
commit70c608484d62788262c0c3ed2f17e9bd309cff22 (patch)
tree392b21c40fc5e42b946bd2143f80567f75ba42d1
parent24130aa159766f03ef03908feadd292b5689ae3f (diff)
downloadaur-70c608484d62788262c0c3ed2f17e9bd309cff22.tar.gz
pkgbuild: update depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2899d3931cf4..2f16c16eacf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,11 +7,15 @@ pkgbase = python-botoy
license = MIT
depends = python-httpx
depends = python-socketio4
+ depends = python-engineio3
depends = python-websocket-client
- depends = python-prettytable
depends = python-loguru
depends = python-click
depends = python-aiohttp
+ depends = python-prettytable
+ depends = python-apscheduler
+ depends = python-pydantic
+ depends = python-colorama
source = python-botoy-7.0.tar.gz::https://github.com/xiyaowong/botoy/archive/v7.0.tar.gz
sha256sums = de802acb1196ad02c1221ee17bb3ceb392975bc31f6ef1deec37612a9fc2b36b
diff --git a/PKGBUILD b/PKGBUILD
index a602bca536e1..3fb71fefc338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,22 @@
pkgname=python-botoy
_gitname=${pkgname#python-}
pkgver=7.0
-pkgrel=1
+pkgrel=2
pkgdesc="OPQ/IOTQQ/IOTBot的一个Python开发助手"
arch=('any')
url="https://github.com/xiyaowong/botoy"
license=('MIT')
depends=('python-httpx'
'python-socketio4'
+ 'python-engineio3'
'python-websocket-client'
- 'python-prettytable'
'python-loguru'
'python-click'
- 'python-aiohttp')
+ 'python-aiohttp'
+ 'python-prettytable'
+ 'python-apscheduler'
+ 'python-pydantic'
+ 'python-colorama')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/xiyaowong/botoy/archive/v${pkgver}.tar.gz")
sha256sums=('de802acb1196ad02c1221ee17bb3ceb392975bc31f6ef1deec37612a9fc2b36b')