python-gsutil: Update to 5.25

This commit is contained in:
Christoph Reiter
2023-06-25 11:45:19 +02:00
parent 740624b942
commit ffe1571528

View File

@@ -3,7 +3,7 @@
_realname=gsutil
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.24
pkgver=5.25
pkgrel=1
pkgdesc='A command line tool for interacting with cloud storage services. (mingw-w64)'
arch=('any')
@@ -30,7 +30,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-monotonic>=1.4")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('1f841645cda40fcc817e9ca84d285cdf541cc015fd38a5862017b085756729a0')
sha256sums=('7e4cb7fa9a332c401e4b7f5fef1da3e9ef21e3e4885de6d007b07a11b5d0524a')
prepare() {
cd "$srcdir"/${_realname}-${pkgver}