Date: Friday, February 7, 2020 @ 21:41:36
  Author: arojas
Revision: 563766

archrelease: copy trunk to community-any

Added:
  mathjax/repos/community-any/PKGBUILD
    (from rev 563765, mathjax/trunk/PKGBUILD)
Deleted:
  mathjax/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-07 21:41:16 UTC (rev 563765)
+++ PKGBUILD    2020-02-07 21:41:36 UTC (rev 563766)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kevin Dodd <[email protected]>
-# Contributor: Tianjiao Yin <[email protected]>
-
-pkgname=mathjax
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
-url='https://www.mathjax.org/'
-arch=(any)
-license=(Apache)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz";)
-sha256sums=('6ead7d3367c1c3e1916a1c015d227d7a7c4a456c12841f4dec2ea1e5b22333a1')
-
-package() {
-  cd MathJax-$pkgver
-  mkdir -p "$pkgdir"/usr/share
-  cp -a es5 "$pkgdir"/usr/share/mathjax
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: mathjax/repos/community-any/PKGBUILD (from rev 563765, 
mathjax/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-07 21:41:36 UTC (rev 563766)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kevin Dodd <[email protected]>
+# Contributor: Tianjiao Yin <[email protected]>
+
+pkgname=mathjax
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
+url='https://www.mathjax.org/'
+arch=(any)
+license=(Apache)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz";)
+sha256sums=('453c886279f999fdaeeef5758a0781712c17d8060520018811db15c0c8d0e664')
+
+package() {
+  cd MathJax-$pkgver
+  mkdir -p "$pkgdir"/usr/share
+  cp -a es5 "$pkgdir"/usr/share/mathjax
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to