Date: Sunday, January 25, 2015 @ 10:24:47 Author: jelle Revision: 126552
upgpkg: python-pyinotify 0.9.5-1 Modified: python-pyinotify/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-25 09:05:02 UTC (rev 126551) +++ PKGBUILD 2015-01-25 09:24:47 UTC (rev 126552) @@ -4,8 +4,8 @@ # Contributor: Evangelos Foutras <[email protected]> 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" @@ -12,7 +12,7 @@ license=('custom:MIT') makedepends=('python' 'python2') source=("http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-${pkgver}.tar.gz") -md5sums=('701c91854d241514ede7ffe72086566d') +md5sums=('e4f742b2d12cc404e751d11afb8f01d5') build() { @@ -25,8 +25,6 @@ cd $srcdir/pyinotify-$pkgver python3 setup.py build - - } package_python-pyinotify() {
