python-platformdirs: update to 2.6.2

This commit is contained in:
Mehdi Chinoune
2022-12-30 18:13:56 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 687c233e75
commit 431ce1f73c

View File

@@ -3,7 +3,7 @@
_realname=platformdirs
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=2.6.0
pkgver=2.6.2
pkgrel=1
pkgdesc='A small Python module for determining appropriate platform-specific dirs (mingw-w64)'
arch=('any')
@@ -24,7 +24,7 @@ checkdepends=(
"${MINGW_PACKAGE_PREFIX}-python-pytest-mock"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('b46ffafa316e6b83b47489d240ce17173f123a9b9c83282141c3daf26ad9ac2e')
sha256sums=('e1fea1fe471b9ff8332e229df3cb7de4f53eeea4998d3b6bfff542115e998bd2')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"