diff options
author | root <root@rshg054.dnsready.net> | 2013-10-19 03:59:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-19 03:59:21 -0700 |
commit | 2acddcfe190f9a97a7148d263a21df434c67ffcf (patch) | |
tree | c789052391704fbe6ceb8e2a6de4b0f4a6d6e962 /pcr/mathjax | |
parent | d509ac9685f4ab9eda997553a8cf4131befab417 (diff) |
Sat Oct 19 03:59:09 PDT 2013
Diffstat (limited to 'pcr/mathjax')
-rw-r--r-- | pcr/mathjax/PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
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') |