diff --git a/mingw-w64-python-google-auth-oauthlib/PKGBUILD b/mingw-w64-python-google-auth-oauthlib/PKGBUILD index 82c7893874..3589bb1c05 100644 --- a/mingw-w64-python-google-auth-oauthlib/PKGBUILD +++ b/mingw-w64-python-google-auth-oauthlib/PKGBUILD @@ -3,8 +3,8 @@ _realname=google-auth-oauthlib pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.2.1 -pkgrel=2 +pkgver=1.2.2 +pkgrel=1 pkgdesc='oauthlib integration for Google auth. (mingw-w64)' arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -25,7 +25,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-click" optdepends=("${MINGW_PACKAGE_PREFIX}-python-click") options=('!strip') source=("https://pypi.org/packages/source/${_realname:0:1}/${_realname//-/_}/${_realname//-/_}-${pkgver}.tar.gz") -sha256sums=('afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263') +sha256sums=('11046fb8d3348b296302dd939ace8af0a724042e8029c1b872d87fabc9f41684') build() { cp -r "${_realname//-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"