summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Weiman2017-04-12 02:30:25 -0400
committerMark Weiman2017-04-12 02:30:25 -0400
commit239c46889bbcb625b6f136bcf3f10ad243157f21 (patch)
treef4fe02dada61b812af168cd191d54a949f7ac2a8 /PKGBUILD
parent196ae1373868ea5c1b78cc6a1667ebbb3387b625 (diff)
downloadaur-239c46889bbcb625b6f136bcf3f10ad243157f21.tar.gz
Update to 0.6.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 838156570ef7..7f1fffe22314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgbase=python-latex
pkgname=('python-latex' 'python2-latex')
-pkgver=0.6.1
+pkgver=0.6.4
pkgrel=1
pkgdesc="Python wrappers for calling LaTeX/building LaTeX documents"
arch=('any')
license=('MIT')
url="https://pypi.python.org/pypi/latex/${pkgver}"
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("latex-$pkgver.tar.gz::https://github.com/mbr/latex/archive/0.6.1.tar.gz")
-md5sums=('b6748b7c06e400a0fef3aee1f46013f4')
+source=("latex-$pkgver.tar.gz::https://github.com/mbr/latex/archive/$pkgver.tar.gz")
+md5sums=('301e2d62912593abb39015fa0b7ea9d6')
prepare() {
cp -a "$srcdir/latex-$pkgver" "$srcdir/latex-$pkgver-python2"