python-platformdirs: update to 4.3.8

This commit is contained in:
Biswapriyo Nath
2025-05-14 04:15:55 +00:00
parent d48c5ba762
commit 4008cc8ac5

View File

@@ -3,7 +3,7 @@
_realname=platformdirs
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=4.3.7
pkgver=4.3.8
pkgrel=1
pkgdesc='A small Python module for determining appropriate platform-specific dirs (mingw-w64)'
arch=('any')
@@ -28,7 +28,7 @@ checkdepends=(
"${MINGW_PACKAGE_PREFIX}-python-pytest-mock"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351')
sha256sums=('3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"