[arch-commits] Commit in mathjax/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 23 07:04:24 UTC 2021
Date: Friday, April 23, 2021 @ 07:04:24
Author: arojas
Revision: 922152
archrelease: copy trunk to community-any
Added:
mathjax/repos/community-any/PKGBUILD
(from rev 922151, mathjax/trunk/PKGBUILD)
Deleted:
mathjax/repos/community-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-23 07:04:13 UTC (rev 922151)
+++ PKGBUILD 2021-04-23 07:04:24 UTC (rev 922152)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Kevin Dodd <jesin00 at gmail.com>
-# Contributor: Tianjiao Yin <ytj000 at gmail.com>
-
-pkgname=mathjax
-pkgver=3.1.2
-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=('d50390fcd4a57603be21e83b3b4d32d70431ad81c292c176112f966b321f7830')
-
-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 922151, mathjax/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-23 07:04:24 UTC (rev 922152)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Kevin Dodd <jesin00 at gmail.com>
+# Contributor: Tianjiao Yin <ytj000 at gmail.com>
+
+pkgname=mathjax
+pkgver=3.1.3
+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=('5bf53c321f71ebba8d0ade9183a5570a0d2e64f8322e4a58b696328ef438b7b5')
+
+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
+}
More information about the arch-commits
mailing list