git » python-setproctitle.git » commit b71421d

rebuild with python 3.11

author Felix Yan
2023-04-06 13:22:31 UTC
committer Felix Yan
2023-04-06 13:22:31 UTC
parent 7936228d8f5a88ed22d3f949282f8a7bc4c6497f

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 85f05c0..82a3c0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=python-setproctitle
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Allows a python process to change its process title"
 license=("BSD")
 url="https://github.com/dvarrazzo/py-setproctitle"