diff options
author | yjun | 2023-05-16 22:00:14 +0800 |
---|---|---|
committer | yjun | 2023-05-16 22:00:14 +0800 |
commit | cb89c8054aa49e8e37985b1e717f03026771be8a (patch) | |
tree | 61d138b57688b8ae574f4d5542939d76bb9405f9 /.SRCINFO | |
parent | 6a9fc1f024a06f2597de1103d9f968c0031d7a3d (diff) | |
download | aur-cb89c8054aa49e8e37985b1e717f03026771be8a.tar.gz |
[updpkg]: python-botoy 9.0
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,22 +1,21 @@ pkgbase = python-botoy pkgdesc = OPQ/IOTQQ/IOTBot的一个Python开发助手 - pkgver = 8.5 + pkgver = 9.0 pkgrel = 1 url = https://github.com/opq-osc/botoy arch = any license = MIT depends = python-httpx - depends = python-socketio4 - depends = python-engineio3 - depends = python-websocket-client + depends = python-websockets depends = python-loguru depends = python-click - depends = python-aiohttp depends = python-prettytable depends = python-apscheduler depends = python-pydantic depends = python-colorama - source = python-botoy-8.5.tar.gz::https://github.com/xiyaowong/botoy/archive/v8.5.tar.gz - sha256sums = 69ce8882f292c9d566d3b72bdaf60b188dfe7491de33cf8cd600852a66e07c09 + depends = fastapi + depends = uvicorn + source = python-botoy-9.0.tar.gz::https://github.com/xiyaowong/botoy/archive/v9.0.tar.gz + sha256sums = b75c726a33ea9852b287d038f4194d01b99997ab90bd7092e16f3c5d20e878ee pkgname = python-botoy |