diff --git a/mingw-w64-python-google-cloud-storage/PKGBUILD b/mingw-w64-python-google-cloud-storage/PKGBUILD index 94989f01c7..423f981a5c 100644 --- a/mingw-w64-python-google-cloud-storage/PKGBUILD +++ b/mingw-w64-python-google-cloud-storage/PKGBUILD @@ -3,7 +3,7 @@ _realname=google-cloud-storage pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc='Google Cloud Storage API client library (mingw-w64)' arch=('any') @@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.org/packages/source/${_realname::1}/${_realname//-/_}/${_realname//-/_}-${pkgver}.tar.gz") -sha256sums=('4c77ec00c98ccc6428e4c39404926f41e2152f48809b02af29d5116645c3c317') +sha256sums=('6f041a297e23a4b485fad8c305a7a6e6831855c208bcbe74d00332a909f82268') build() { cp -r "${_realname//-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"