git » python-platformdirs.git » commit 0afae2a

Python 3.11 rebuild

author Antonio Rojas
2023-04-10 21:17:22 UTC
committer Antonio Rojas
2023-04-10 21:17:22 UTC
parent 4634cc2fe2c1890d71864c9af94da12c67658f53

Python 3.11 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 68f656b..8540ba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=python-platformdirs
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 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"