git » python-pyinotify.git » commit ccd3139

update to 0.9.4

author Jelle van der Waa
2012-11-19 19:54:28 UTC
committer Jelle van der Waa
2012-11-19 19:54:28 UTC
parent 7015831fa1a2e1683156dbfdcd2ab201ed52270f

update to 0.9.4

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 9f0a344..ee5b096 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
 # Contributor: Evangelos Foutras <foutrelis@gmail.com>
 
 pkgname=('python-pyinotify' 'python2-pyinotify')
-pkgver=0.9.3
-pkgrel=3
+pkgver=0.9.4
+pkgrel=1
 pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
 arch=('any')
 url="http://github.com/seb-m/pyinotify"
 license=('custom:MIT')
 makedepends=('python' 'python2')
 source=("http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-${pkgver}.tar.gz")
-md5sums=('b922aecb0ac532cfc51ab674e5f2e94c')
+md5sums=('701c91854d241514ede7ffe72086566d')
 
 
 build() {