git » python-pipx.git » commit fe99c60

Python 3.10 rebuild

author Felix Yan
2021-12-03 00:23:56 UTC
committer Felix Yan
2021-12-03 00:23:56 UTC
parent d5a44699931d7192a6e974c991d0ba7ce28750a9

Python 3.10 rebuild

PKGBUILD +1 -1

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