git » python-platformdirs.git » commit 4634cc2

Update to 3.2.0

author Antonio Rojas
2023-04-10 21:15:25 UTC
committer Antonio Rojas
2023-04-10 21:15:25 UTC
parent 18b3657b16d0fd167d88d3b71019ea9b6fe31bbe

Update to 3.2.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 2ac9100..68f656b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Tobias Roettger <toroettg@gmail.com>
 
 pkgname=python-platformdirs
-pkgver=3.1.1
-pkgrel=3
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"'
 arch=('any')
 url="https://github.com/platformdirs/platformdirs"
@@ -12,7 +12,7 @@ depends=('python-typing_extensions')
 makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-hatch-vcs')
 checkdepends=('python-pytest-mock' 'python-appdirs')
 source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz")
-sha512sums=('537557370a05f78279c88cdda4b5abfbe1d2e6d91d69c4dd4049c6b1a8ac3e44a830d787e2b86af85c346e0244a6ba26233db061d7c8d0a3fbd141962609930d')
+sha512sums=('2e4613f563b7014b526e1f81f561726a0060983b0e998ce46d070b2f4f4ec26ad46d6a3cd242fb14a420e6439207b9c9eeb31daac7ec65005abc3a74131e5cf8')
 
 build() {
   cd platformdirs-$pkgver