summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradisbladis2017-05-10 07:02:28 +0800
committeradisbladis2017-05-10 07:02:28 +0800
commitdf0cf4f15c1bcce409822fd7c305266cdb7e032d (patch)
tree7136b05e9222dea542d48db3ab9208b003dd5209
parent180b2135453a25a8cf4ec28626d2893f2fcc532e (diff)
downloadaur-df0cf4f15c1bcce409822fd7c305266cdb7e032d.tar.gz
Bump python version in build step
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70ac168a9abc..eb4d5c8393a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd $pkgname
- python2 setup.py build
+ python setup.py build
}
package() {