Date: Thursday, June 4, 2015 @ 19:53:05 Author: jelle Revision: 134805
upgpkg: python-pyinotify 0.9.6-1 Modified: python-pyinotify/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-04 17:20:31 UTC (rev 134804) +++ PKGBUILD 2015-06-04 17:53:05 UTC (rev 134805) @@ -4,7 +4,7 @@ # Contributor: Evangelos Foutras <[email protected]> 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') @@ -12,9 +12,8 @@ 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
