summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc147b7f4b27..7870e360ce38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-botoy
pkgdesc = OPQ/IOTQQ/IOTBot的一个Python开发助手
- pkgver = 0.0.24
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/xiyaowong/botoy
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-botoy
depends = python-loguru
depends = python-click
depends = python-aiohttp
- source = python-botoy-0.0.24.tar.gz::https://github.com/xiyaowong/botoy/archive/v0.0.24.tar.gz
- sha256sums = 29271d1bcba6f7b57e47295ce9f5db97ec424359a048c757142b3f3f2c248fa4
+ source = python-botoy-2.0.tar.gz::https://github.com/xiyaowong/botoy/archive/v2.0.tar.gz
+ sha256sums = ec06a3d16290515b5d68932124397e639f57b4e8e8d48e97905af72970c732c5
pkgname = python-botoy
diff --git a/PKGBUILD b/PKGBUILD
index 15c79287b3a5..46ac56239446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-botoy
_gitname=${pkgname#python-}
-pkgver=0.0.24
+pkgver=2.0
pkgrel=1
pkgdesc="OPQ/IOTQQ/IOTBot的一个Python开发助手"
arch=('any')
@@ -16,7 +16,7 @@ depends=('python-httpx'
'python-click'
'python-aiohttp')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/xiyaowong/botoy/archive/v${pkgver}.tar.gz")
-sha256sums=('29271d1bcba6f7b57e47295ce9f5db97ec424359a048c757142b3f3f2c248fa4')
+sha256sums=('ec06a3d16290515b5d68932124397e639f57b4e8e8d48e97905af72970c732c5')
build() {
cd ${_gitname}-${pkgver}