python-platformdirs: update to 2.6.0

This commit is contained in:
Mehdi Chinoune
2022-12-09 19:58:10 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 3571103757
commit ff615c20a3

View File

@@ -3,7 +3,7 @@
_realname=platformdirs
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=2.5.4
pkgver=2.6.0
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=('1006647646d80f16130f052404c6b901e80ee4ed6bef6792e1f238a8969106f7')
sha256sums=('b46ffafa316e6b83b47489d240ce17173f123a9b9c83282141c3daf26ad9ac2e')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"