git » python-pyinotify.git » commit d9ca5be

rebuild with python 3.11

author Felix Yan
2023-04-06 18:11:26 UTC
committer Felix Yan
2023-04-06 18:11:26 UTC
parent f53cfc3a5ec5e74976b492973e0b6b6af96f9326

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9cda963..82f239c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=python-pyinotify
 pkgver=0.9.6
-pkgrel=11
+pkgrel=12
 pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
 arch=('any')
 url="https://github.com/seb-m/pyinotify"