diff --git a/mingw-w64-python-google-cloud-storage/PKGBUILD b/mingw-w64-python-google-cloud-storage/PKGBUILD index ca6a55e4b5..8cd5479836 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=2.9.0 +pkgver=2.10.0 pkgrel=1 pkgdesc='Google Cloud Storage API client library (mingw-w64)' arch=('any') @@ -19,9 +19,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-wheel") -options=('!emptydirs') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('9b6ae7b509fc294bdacb84d0f3ea8e20e2c54a8b4bbe39c5707635fec214eff3') +sha256sums=('934b31ead5f3994e5360f9ff5750982c5b6b11604dc072bc452c25965e076dc7') prepare() { rm -rf python-build-${MSYSTEM} | true