--- PKGBUILD.orig 2011-05-24 21:00:14.026756753 -0400 +++ PKGBUILD 2011-05-24 21:00:44.748725555 -0400 @@ -24,6 +24,9 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i 's|python -c|python2 -c|g' configure + ./configure --prefix=/usr \ --with-python \ --with-perl \