git » python-pyinotify.git » commit 4a8d158

python3.3 rebuild

author Jelle van der Waa
2012-10-07 19:01:32 UTC
committer Jelle van der Waa
2012-10-07 19:01:32 UTC
parent b20b94dfe552d9f4d2755166915891facb9f3634

python3.3 rebuild

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 0cf7873..9f0a344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=('python-pyinotify' 'python2-pyinotify')
 pkgver=0.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
 arch=('any')
 url="http://github.com/seb-m/pyinotify"
@@ -23,7 +23,7 @@ build() {
 
   cd $srcdir/pyinotify-$pkgver
 
-  python setup.py build
+  python3 setup.py build
 
 
 }
@@ -33,7 +33,7 @@ package_python-pyinotify() {
 
   cd $srcdir/pyinotify-$pkgver
 
-  python setup.py install --root=${pkgdir} -O1
+  python3 setup.py install --root=${pkgdir} -O1
 
   install -d ${pkgdir}/usr/share/licenses/python-pyinotify
   install -m644 COPYING \