[arch-commits] Commit in mathjax/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 10 13:54:17 UTC 2020
Date: Friday, April 10, 2020 @ 13:54:16
Author: arojas
Revision: 613096
archrelease: copy trunk to community-any
Added:
mathjax/repos/community-any/PKGBUILD
(from rev 613095, mathjax/trunk/PKGBUILD)
Deleted:
mathjax/repos/community-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-10 13:53:49 UTC (rev 613095)
+++ PKGBUILD 2020-04-10 13:54:16 UTC (rev 613096)
@@ -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.0.4
-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=('d0bae337c528fdaea484cb948e77335fd9d624f6f821fd2842dfca084a06c23e')
-
-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 613095, mathjax/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-10 13:54:16 UTC (rev 613096)
@@ -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.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
+}
More information about the arch-commits
mailing list