python-pyfilesystem2: update to 2.4.16

This commit is contained in:
Mehdi Chinoune
2022-07-17 21:29:18 +00:00
parent 62db0adca4
commit 24b5aecb6b

View File

@@ -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