diff --git a/mingw-w64-python-dotenv/PKGBUILD b/mingw-w64-python-dotenv/PKGBUILD index 537a693404..35d7ef6228 100644 --- a/mingw-w64-python-dotenv/PKGBUILD +++ b/mingw-w64-python-dotenv/PKGBUILD @@ -3,7 +3,7 @@ _realname=dotenv pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.21.0 +pkgver=0.21.1 pkgrel=1 pkgdesc="Get and set values in your .env file in local and production servers (mingw-w64)" arch=('any') @@ -19,7 +19,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-wheel" ) source=("${_realname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz") -sha256sums=('6496ae52e472bfb1498a5ffe0112550d93dc92596a1f9e4d8356943fffc6cbe4') +sha256sums=('c7c8c77984ac4d6914c09182133b49204a1bec383783b879016135c1e69393fe') build() { cd "python-${_realname}-${pkgver}"