summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kremer2016-02-27 15:33:41 +0100
committerDavid Kremer2016-02-27 15:33:41 +0100
commit7ae5687dfcaa4779bd97950e5d030f1af4b1eaca (patch)
treef9fc55577d289c654b04006b4299129da251b4b6
parentf07c14af975e61e230c25c8efb623e44779fd33e (diff)
downloadaur-7ae5687dfcaa4779bd97950e5d030f1af4b1eaca.tar.gz
upgrading PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4110c78bdadb..19541325702a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,5 +22,5 @@ build() {
package() {
cd "${srcdir}"/visvis-$pkgver
- python2 setup.py install --prefix=/usr --root="$pkgdir"
+ python setup.py install --prefix=/usr --root="$pkgdir"
}