git » python-pipx.git » commit 7b4f7ac

Python 3.9 rebuild

author Evangelos Foutras
2020-11-12 19:13:13 UTC
committer Evangelos Foutras
2020-11-12 19:13:13 UTC
parent 5bf710a86f60727975f1a7aab1f829fc08f969cc

Python 3.9 rebuild

PKGBUILD +1 -1

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