git » python-pyinotify.git » commit ca3bb51

rebuild for python 3.5

author Felix Yan
2015-09-19 16:45:20 UTC
committer Felix Yan
2015-09-19 16:45:20 UTC
parent 6d7d7f223255bcf9a91701b8612e87e12b1d890b

rebuild for python 3.5

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index cd6f060..e1902db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=('python-pyinotify' 'python2-pyinotify')
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
 arch=('any')
 url="http://github.com/seb-m/pyinotify"