diff --git a/mingw-w64-python-expandvars/PKGBUILD b/mingw-w64-python-expandvars/PKGBUILD index b249df30de..b0e7b229d8 100644 --- a/mingw-w64-python-expandvars/PKGBUILD +++ b/mingw-w64-python-expandvars/PKGBUILD @@ -3,7 +3,7 @@ _realname=expandvars pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc="Expand system variables Unix style (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-installer") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://github.com/sayanarijit/expandvars/archive/v$pkgver/$_realname-$pkgver.tar.gz") -sha256sums=('d7296ecd9f9f197ab51ff44b57ef34452208911e3639158bca8cf6f792703dfe') +sha256sums=('62cb4cd96647c7fb68947968d602867c591d77aefc49813af766e025de9bced9') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"