summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Weiman2017-07-30 00:29:56 -0400
committerMark Weiman2017-07-30 00:29:56 -0400
commit8339bd7429f0438ad7b7d5c806ee5584af631db5 (patch)
tree988bb9dabeb23b359b312fe767cc1958cf253a3b
parent239c46889bbcb625b6f136bcf3f10ad243157f21 (diff)
downloadaur-8339bd7429f0438ad7b7d5c806ee5584af631db5.tar.gz
Fixed typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8880561bf3d..dd499afa153c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 12 06:30:12 UTC 2017
+# Sun Jul 30 04:29:50 UTC 2017
pkgbase = python-latex
pkgdesc = Python wrappers for calling LaTeX/building LaTeX documents
pkgver = 0.6.4
diff --git a/PKGBUILD b/PKGBUILD
index 7f1fffe22314..9354e665b620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ package_python2-latex() {
'python2-tempdir' 'python2-future' 'python2-shutilwhich'
'python2-six')
cd "$srcdir/latex-$pkgver-python2"
- python setup.py install --root="$pkgdir" --optimize=1
+ python2 setup.py install --root="$pkgdir" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}