diff --git a/mingw-w64-python-pyfilesystem2/PKGBUILD b/mingw-w64-python-pyfilesystem2/PKGBUILD index d8e9fb06ef..cbfbf57792 100644 --- a/mingw-w64-python-pyfilesystem2/PKGBUILD +++ b/mingw-w64-python-pyfilesystem2/PKGBUILD @@ -6,8 +6,8 @@ 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=2.4.15 -pkgrel=2 +pkgver=2.4.16 +pkgrel=1 pkgdesc="Python's filesystem abstraction layer (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") # "${MINGW_PACKAGE_PREFIX}-python-pyftpdlib") options=('staticlibs' 'strip' '!debug') source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/PyFilesystem/pyfilesystem2/archive/v${pkgver}.tar.gz") -sha256sums=('d11a63dc185cdf774ff4b73c8f20c4c1296e1f6da3991fc8fc6d215ab247a5dd') +sha256sums=('c06b2570fe8cb425d0bda70c518becfc97b6e49bab289edae9359a4fb606d43e') prepare() { rm -rf python-build-${CARCH} | true