summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Weiman2017-04-12 02:30:25 -0400
committerMark Weiman2017-04-12 02:30:25 -0400
commit239c46889bbcb625b6f136bcf3f10ad243157f21 (patch)
treef4fe02dada61b812af168cd191d54a949f7ac2a8
parent196ae1373868ea5c1b78cc6a1667ebbb3387b625 (diff)
downloadaur-239c46889bbcb625b6f136bcf3f10ad243157f21.tar.gz
Update to 0.6.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b69b43b0faf..e8880561bf3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Wed Apr 12 06:30:12 UTC 2017
pkgbase = python-latex
pkgdesc = Python wrappers for calling LaTeX/building LaTeX documents
- pkgver = 0.6.1
+ pkgver = 0.6.4
pkgrel = 1
- url = https://pypi.python.org/pypi/latex/0.6.1
+ url = https://pypi.python.org/pypi/latex/0.6.4
arch = any
license = MIT
makedepends = python
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = latex-0.6.1.tar.gz::https://github.com/mbr/latex/archive/0.6.1.tar.gz
- md5sums = b6748b7c06e400a0fef3aee1f46013f4
+ source = latex-0.6.4.tar.gz::https://github.com/mbr/latex/archive/0.6.4.tar.gz
+ md5sums = 301e2d62912593abb39015fa0b7ea9d6
pkgname = python-latex
depends = python
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"