From 2acddcfe190f9a97a7148d263a21df434c67ffcf Mon Sep 17 00:00:00 2001 From: root Date: Sat, 19 Oct 2013 03:59:21 -0700 Subject: Sat Oct 19 03:59:09 PDT 2013 --- pcr/mathjax/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'pcr/mathjax') diff --git a/pcr/mathjax/PKGBUILD b/pcr/mathjax/PKGBUILD index 47f581fa1..779aa5a74 100644 --- a/pcr/mathjax/PKGBUILD +++ b/pcr/mathjax/PKGBUILD @@ -3,19 +3,17 @@ #taken from https://aur.archlinux.org/packages/mathjax/ pkgname=mathjax -pkgver=2.1 -pkgrel=1 +pkgver=2.2 +pkgrel=2 pkgdesc='An open source JavaScript display engine for mathematics that works in all modern browsers' url='http://www.mathjax.org/' arch=('any') license=('apache') options=('!strip') -source=('https://github.com/mathjax/MathJax/archive/v2.1.tar.gz') +source=('https://github.com/mathjax/MathJax/archive/v2.2.tar.gz') build() { mkdir -p $pkgdir/usr/share mv $srcdir/MathJax-* $pkgdir/usr/share/mathjax } - - -md5sums=('8e7ad1b8f3a69be8ec83f21d3e2a509c') +md5sums=('9e3ace5d926be939befb9bc79138a6f8') -- cgit v1.2.3-54-g00ecf