summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2152600e41d4..6095c5183c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ md5sums=('6bdfd913ad4c94036e8a2b358e49abd7')
build() {
cd "$srcdir/Pympler-$pkgver"
- python setup.py build
+ python2 setup.py build
}
package() {