summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22b21fae0c3a..47e7e629ee00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-botoy
_gitname=${pkgname#python-}
-pkgver=0.0.13
+pkgver=0.0.15
pkgrel=1
pkgdesc="OPQ/IOTQQ/IOTBot的一个Python开发助手"
arch=('any')
@@ -18,7 +18,7 @@ depends=('python-httpx'
conflicts=("${pkgname}-git")
provides=("${pkgname}-git")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/xiyaowong/botoy/archive/v${pkgver}.tar.gz")
-sha256sums=('09520a683819093116d22cb671161d38b5e1334a63a1aa661e5398bebe506712')
+sha256sums=('fefd5523a6fd326b8f9cdd7cab7f83994a13d7913f00904fb8a14a08470230fe')
build() {
cd ${_gitname}-${pkgver}