git » python-userpath.git » commit 012c556

rebuild with python 3.11

author Felix Yan
2023-04-07 04:48:49 UTC
committer Felix Yan
2023-04-07 04:48:49 UTC
parent 5eaa0bec828082d1c54f023053927f48156da81b

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index f60f6ad..6da5ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname=userpath
 pkgname=python-$_pkgname
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Cross-platform tool for adding locations to the user PATH, no elevated privileges required!'
 arch=('any')
 url='https://github.com/ofek/userpath'