diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-19 12:09:32 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-19 12:09:32 +0300 |
commit | 92ea753a101ca1c2428a6caf945eac134de9d9d3 (patch) | |
tree | 6633a9b10d0bed706aeb17a1b13e801a6b52c16d /pcr/mathjax | |
parent | d49704f3f658bcf29e4c06825d3a5899e1da7f1a (diff) | |
download | abslibre-92ea753a101ca1c2428a6caf945eac134de9d9d3.tar.gz abslibre-92ea753a101ca1c2428a6caf945eac134de9d9d3.tar.bz2 abslibre-92ea753a101ca1c2428a6caf945eac134de9d9d3.zip |
updating mathjax to version 2.2-2 since PKGBUILD was out of date
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') |