summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9354e665b620..ee327a350040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-latex
pkgname=('python-latex' 'python2-latex')
-pkgver=0.6.4
+pkgver=0.7.0
pkgrel=1
pkgdesc="Python wrappers for calling LaTeX/building LaTeX documents"
arch=('any')
@@ -10,7 +10,7 @@ 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/$pkgver.tar.gz")
-md5sums=('301e2d62912593abb39015fa0b7ea9d6')
+md5sums=('d2233004214b75484aae5b0d8d220720')
prepare() {
cp -a "$srcdir/latex-$pkgver" "$srcdir/latex-$pkgver-python2"