Date: Thursday, August 27, 2020 @ 20:59:04
  Author: arojas
Revision: 690003

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-27 20:58:54 UTC (rev 690002)
+++ PKGBUILD    2020-08-27 20:59:04 UTC (rev 690003)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kevin Dodd <[email protected]>
-# Contributor: Tianjiao Yin <[email protected]>
-
-pkgname=mathjax
-pkgver=3.0.5
-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=('c11fb390cef8a6538db5a8838c6cd3dc14a57bcec0c458dcf74b4e1b82f25df0')
-
-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 690002, 
mathjax/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-08-27 20:59:04 UTC (rev 690003)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kevin Dodd <[email protected]>
+# Contributor: Tianjiao Yin <[email protected]>
+
+pkgname=mathjax
+pkgver=3.1.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=('41b3a6ae96416f98b089f5ce57ed3fb7d3028c9d98e90e3c0b8fdfa6d261d914')
+
+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