diff --git a/mingw-w64-python-google-auth/PKGBUILD b/mingw-w64-python-google-auth/PKGBUILD index c390f89a49..e24c600e65 100644 --- a/mingw-w64-python-google-auth/PKGBUILD +++ b/mingw-w64-python-google-auth/PKGBUILD @@ -3,7 +3,7 @@ _realname=google-auth pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.18.0 +pkgver=2.18.1 pkgrel=1 pkgdesc='Google Authentication Library (mingw-w64)' arch=('any') @@ -35,7 +35,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") options=('!emptydirs') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('c66b488a8b005b23ccb97b1198b6cece516c91869091ac5b7c267422db2733c7') +sha256sums=('d7a3249027e7f464fbbfd7ee8319a08ad09d2eea51578575c4bd360ffa049ccb') prepare() { rm -rf python-build-${MSYSTEM} | true