diff options
Diffstat (limited to 'pcr/mathjax/PKGBUILD')
-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') |