diff --git a/mingw-w64-python-google-auth/PKGBUILD b/mingw-w64-python-google-auth/PKGBUILD index 1c4c9a453f..8e62837c74 100644 --- a/mingw-w64-python-google-auth/PKGBUILD +++ b/mingw-w64-python-google-auth/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.21.1 +pkgver=1.21.2 pkgrel=1 pkgdesc='Google Authentication Library (mingw-w64)' arch=('any') @@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-ca-certificates" "${MINGW_PACKAGE_PREFIX}-pyth makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('!emptydirs') source=("${_realname}-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver.tar.gz") -sha256sums=('4a56574b953f6b9dcecfae97307d6647e31cbf602a41f97e0fdf90ae637a2a2e') +sha256sums=('968956bd7a4a6b0001cea2ba8160594611d5b0940c1000ec2248eea36d6965bf') prepare() { cd "$srcdir"