git » python-platformdirs.git » commit 1e9b9c9

Python 3.11 rebuild

author Antonio Rojas
2023-05-02 14:47:43 UTC
committer Antonio Rojas
2023-05-02 14:47:43 UTC
parent 2f67d80ec08bf55c546dbef02f6597674dcbf015

Python 3.11 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 1d627f2..308419b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=python-platformdirs
 pkgver=3.5.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"