summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85c0bbcb0b71..fe65f62826ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Maintainer:
+# Contributor: Caleb Maclennan <caleb@alerque.com>
_pipname=straight.plugin
pkgname=python-$_pipname
@@ -23,7 +24,7 @@ build() {
check() {
cd "$_archive"
- PYTHON_PATH=. python tests.py
+ PYTHON_PATH=. python tests.py
}
package() {