git » python-pipx.git » commit 417da78

upgpkg: 1.5.0-2: Rebuild with Python 3.12

author Jelle van der Waa
2024-04-07 14:38:52 UTC
committer Jelle van der Waa
2024-04-07 14:38:52 UTC
parent dc4d0285186dea7dad41db5253c4b45832f134ce

upgpkg: 1.5.0-2: Rebuild with Python 3.12

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 1e869aa..d8fbaa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-pipx
 	pkgdesc = Install and Run Python Applications in Isolated Environments
 	pkgver = 1.5.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/pipxproject/pipx
 	arch = any
 	license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 44080ad..ae607c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname=pipx
 pkgname=python-$_pkgname
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Install and Run Python Applications in Isolated Environments'
 arch=('any')
 url='https://github.com/pipxproject/pipx'