diff --git a/mingw-w64-python-findpython/PKGBUILD b/mingw-w64-python-findpython/PKGBUILD index b0099bcba6..1fb9e4df2f 100644 --- a/mingw-w64-python-findpython/PKGBUILD +++ b/mingw-w64-python-findpython/PKGBUILD @@ -3,7 +3,7 @@ _realname=findpython pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1 pkgdesc='A utility to find python versions on your system (mingw-w64)' arch=('any') @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('e6c6d6c48ce7cfd6959ccdce12d6121d576cff395f493fd46667e7d5a9aa2474') +sha256sums=('7621f8a9c199a70d219831cddaeb84ca7e83e20b8358172bff47871a18a5eda4') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"