git » python-pipx.git » commit ea69d8e

rebuild with python 3.11

author Felix Yan
2023-04-07 10:24:24 UTC
committer Felix Yan
2023-04-07 10:24:24 UTC
parent ab1da947f09d58723055e275cd12032b3992232f

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 216abaf..6f8b357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname=pipx
 pkgname=python-$_pkgname
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Install and Run Python Applications in Isolated Environments'
 arch=('any')
 url='https://github.com/pipxproject/pipx'