git » python-setproctitle.git » commit 7801a8e

rebuild for python 3.5

author Felix Yan
2015-09-30 11:31:04 UTC
committer Felix Yan
2015-09-30 11:31:04 UTC
parent 1e99b8dca0390acaa8707cf5c081300f38705355

rebuild for python 3.5

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 374d9c8..105b138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname=python-setproctitle
 pkgname=(python-setproctitle python2-setproctitle)
 pkgver=1.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Allows a python process to change its process title"
 license=("BSD")
 url="https://github.com/dvarrazzo/py-setproctitle"