git » python-pyinotify.git » commit 1a332df

upgpkg: 0.9.5-1

author Jelle van der Waa
2015-01-25 09:24:47 UTC
committer Jelle van der Waa
2015-01-25 09:24:47 UTC
parent ad81e33e0142cbca5328534ea5108be1416f8dfb

upgpkg: 0.9.5-1

PKGBUILD +3 -5

diff --git a/PKGBUILD b/PKGBUILD
index a0d5dcf..3ce149c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
 # Contributor: Evangelos Foutras <foutrelis@gmail.com>
 
 pkgname=('python-pyinotify' 'python2-pyinotify')
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+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=('701c91854d241514ede7ffe72086566d')
+md5sums=('e4f742b2d12cc404e751d11afb8f01d5')
 
 
 build() {
@@ -24,8 +24,6 @@ build() {
   cd $srcdir/pyinotify-$pkgver
 
   python3 setup.py build
-
-
 }
 
 package_python-pyinotify() {