diff options
author | yjun | 2022-12-31 21:13:35 +0800 |
---|---|---|
committer | yjun | 2022-12-31 21:13:35 +0800 |
commit | 6a9fc1f024a06f2597de1103d9f968c0031d7a3d (patch) | |
tree | 50512a119b43badcbce0b07e8d9a62eb6612e45d /PKGBUILD | |
parent | 914a057ea73eb6087a3d19427a098fd81557d6c1 (diff) | |
download | aur-6a9fc1f024a06f2597de1103d9f968c0031d7a3d.tar.gz |
[updpkg]: python-botoy 8.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=python-botoy _gitname=${pkgname#python-} -pkgver=8.4 +pkgver=8.5 pkgrel=1 pkgdesc="OPQ/IOTQQ/IOTBot的一个Python开发助手" arch=('any') @@ -20,7 +20,7 @@ depends=('python-httpx' 'python-pydantic' 'python-colorama') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/xiyaowong/botoy/archive/v${pkgver}.tar.gz") -sha256sums=('c128284b904efd8f362ca18990974ca7d4b5347948b14fc92d1182ce3a2d933b') +sha256sums=('69ce8882f292c9d566d3b72bdaf60b188dfe7491de33cf8cd600852a66e07c09') build() { cd ${_gitname}-${pkgver} |