Skip to content

Commit

Permalink
Merge pull request #19651 from lazka/python-gsutil-5.27
Browse files Browse the repository at this point in the history
python-gsutil: Update to 5.27
  • Loading branch information
lazka authored Jan 6, 2024
2 parents 6777617 + d40a603 commit 02277af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-gsutil/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=gsutil
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.26
pkgver=5.27
pkgrel=1
pkgdesc='A command line tool for interacting with cloud storage services. (mingw-w64)'
arch=('any')
Expand Down Expand Up @@ -33,7 +33,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=('cb18b8d2067d9a9e45c99b7614e241c173632eb66b7d3cb007979d6aee7146cf')
sha256sums=('681a2d844acdf05fac989da6dd406944ae11cb27a4cf3c9edef74d2585ab5f05')

prepare() {
cd "$srcdir"/${_realname}-${pkgver}
Expand Down

0 comments on commit 02277af

Please sign in to comment.