author | Jelle van der Waa
<jelle@archlinux.org> 2015-06-04 17:53:05 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2015-06-04 17:53:05 UTC |
parent | 1a332dfeaa60317205724877f4409fd2b863e45a |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 3ce149c..cd6f060 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Evangelos Foutras <foutrelis@gmail.com> pkgname=('python-pyinotify' 'python2-pyinotify') -pkgver=0.9.5 +pkgver=0.9.6 pkgrel=1 pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.' arch=('any') @@ -11,8 +11,7 @@ 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=('e4f742b2d12cc404e751d11afb8f01d5') - +md5sums=('8e580fa1ff3971f94a6f81672b76c406') build() { cp -r $srcdir/pyinotify-$pkgver $srcdir/pyinotify2-$pkgver