summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Weiman2018-03-22 20:45:41 -0400
committerMark Weiman2018-03-22 20:45:41 -0400
commit2daba18c4094444863576288969c791314b714c1 (patch)
tree045dae65a7b5902a23c9c6a1066c6bf966778585 /PKGBUILD
parent8339bd7429f0438ad7b7d5c806ee5584af631db5 (diff)
downloadaur-python-latex.tar.gz
Update to 0.7.0-1
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"