summaryrefslogtreecommitdiff
path: root/pcr/mathjax
diff options
context:
space:
mode:
authorAlon Ivtsan <alonivtsan@lavabit.com>2013-10-19 12:09:32 +0300
committerAlon Ivtsan <alonivtsan@lavabit.com>2013-10-19 12:09:32 +0300
commit92ea753a101ca1c2428a6caf945eac134de9d9d3 (patch)
tree6633a9b10d0bed706aeb17a1b13e801a6b52c16d /pcr/mathjax
parentd49704f3f658bcf29e4c06825d3a5899e1da7f1a (diff)
updating mathjax to version 2.2-2 since PKGBUILD was out of date
Diffstat (limited to 'pcr/mathjax')
-rw-r--r--pcr/mathjax/PKGBUILD10
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')