git » python-platformdirs.git » commit 35ae8b8

rebuild with python 3.11 (pass1 with "python-bootstrap-evil")

author Felix Yan
2023-04-05 17:07:39 UTC
committer Felix Yan
2023-04-05 17:07:39 UTC
parent 524117c7be8b273e4f9d01da5c6d3c65b2bba0fb

rebuild with python 3.11 (pass1 with "python-bootstrap-evil")

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 626c4dd..609ddae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=python-platformdirs
 pkgver=3.1.1
-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"