Date: Tuesday, February 21, 2023 @ 08:02:10 Author: arojas Revision: 469316
upgpkg: python-platformdirs 3.0.0-1: Update to 3.0.0 Modified: python-platformdirs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-21 07:11:43 UTC (rev 469315) +++ PKGBUILD 2023-02-21 08:02:10 UTC (rev 469316) @@ -2,7 +2,7 @@ # Contributor: Tobias Roettger <[email protected]> pkgname=python-platformdirs -pkgver=2.6.2 +pkgver=3.0.0 pkgrel=1 pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"' arch=('any') @@ -10,9 +10,9 @@ license=('MIT') depends=('python-typing_extensions') makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-hatch-vcs') -checkdepends=('python-pytest-mock') +checkdepends=('python-pytest-mock' 'python-appdirs') source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz") -sha512sums=('17ee79bf10eaddb4456b938d9058e6cfa4e959485868ba975ec27d0a16bdf895e03dfa8ab6275342a688cf0290f0b43e7c4b35cf2884e3c8f2472700bd8ea965') +sha512sums=('8d21d314377fca8773a78261634ff24e3be668a2ad640f8abd16c5913873d977e04f76df943f4abc52a31d977daf79c1bbf80bc45fd12ad5e0258a27a1915059') build() { cd platformdirs-$pkgver
