git » python-platformdirs.git » commit 524117c

Update to 3.1.1

author Antonio Rojas
2023-03-22 10:11:06 UTC
committer Antonio Rojas
2023-03-22 10:11:06 UTC
parent f84a582cace284e3fc4eb53f97d1778c51a476bf

Update to 3.1.1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 09b1192..626c4dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Tobias Roettger <toroettg@gmail.com>
 
 pkgname=python-platformdirs
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"'
 arch=('any')
@@ -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=('5a9bf5add75d823be5858b8a74edc023e14f7c4cdf1ccb763c23e427b828734d3b3856fc1c684f467a6976929e949f9ab274dad1d19881dd114037b605ce5f27')
+sha512sums=('537557370a05f78279c88cdda4b5abfbe1d2e6d91d69c4dd4049c6b1a8ac3e44a830d787e2b86af85c346e0244a6ba26233db061d7c8d0a3fbd141962609930d')
 
 build() {
   cd platformdirs-$pkgver