summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2024-05-01 14:02:15 +0800
committeryjun2024-05-01 14:02:15 +0800
commit41d8487e7c60b5894a58f07c6fcc0663dd139e8b (patch)
tree170615e86a8eaa76825cec050c7c11e7c0255455
parent19dd0b330ccd455b8878f49d7051af0f87400fe8 (diff)
downloadaur-python-botoy.tar.gz
[updpkg]: python-botoy 9.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b73a4a56539..fbbbe5534f6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-botoy
pkgdesc = OPQ/IOTQQ/IOTBot的一个Python开发助手
- pkgver = 9.9
+ pkgver = 9.10
pkgrel = 1
url = https://github.com/opq-osc/botoy
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-botoy
depends = python-colorama
depends = python-fastapi
depends = uvicorn
- source = python-botoy-9.9.tar.gz::https://github.com/xiyaowong/botoy/archive/v9.9.tar.gz
- sha256sums = 4c8e25d828d62bc5e5a680f1824347831910b194664907a7ce1fe44de86d1779
+ source = python-botoy-9.10.tar.gz::https://github.com/xiyaowong/botoy/archive/v9.10.tar.gz
+ sha256sums = f8cfae6e936a6db458b062c899a516f56d40ec5d2ea5090ba63f2d1a822ef36e
pkgname = python-botoy
diff --git a/PKGBUILD b/PKGBUILD
index 8411472b39df..5139f46cf5d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-botoy
_gitname=${pkgname#python-}
-pkgver=9.9
+pkgver=9.10
pkgrel=1
pkgdesc="OPQ/IOTQQ/IOTBot的一个Python开发助手"
arch=('any')
@@ -19,7 +19,7 @@ depends=('python-httpx'
'python-fastapi'
'uvicorn')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/xiyaowong/botoy/archive/v${pkgver}.tar.gz")
-sha256sums=('4c8e25d828d62bc5e5a680f1824347831910b194664907a7ce1fe44de86d1779')
+sha256sums=('f8cfae6e936a6db458b062c899a516f56d40ec5d2ea5090ba63f2d1a822ef36e')
build() {
cd ${_gitname}-${pkgver}