Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
mathjax
Commits:
4894a99e by Antonio Rojas at 2025-12-17T08:04:26+01:00
upgpkg: 4.1.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = mathjax
pkgdesc = An open source JavaScript display engine for mathematics that
works in all modern browsers
- pkgver = 4.0.0
+ pkgver = 4.1.0
pkgrel = 1
url = https://www.mathjax.org/
arch = any
license = Apache-2.0
makedepends = git
- source = git+https://github.com/mathjax/MathJax#tag=4.0.0
- sha256sums =
b77b3429373d068c92b36ece863573fb75c1214503e445d8ffc8d44b0c51df81
+ source = git+https://github.com/mathjax/MathJax#tag=4.1.0
+ sha256sums =
069c9ae5568db9b7b630c552fb4fd89831298101e2a1b77452c86c7d1f9295f4
pkgname = mathjax
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Tianjiao Yin <[email protected]>
pkgname=mathjax
-pkgver=4.0.0
+pkgver=4.1.0
pkgrel=1
pkgdesc='An open source JavaScript display engine for mathematics that works
in all modern browsers'
url='https://www.mathjax.org/'
@@ -11,7 +11,7 @@ arch=(any)
license=(Apache-2.0)
makedepends=(git)
source=(git+https://github.com/mathjax/MathJax#tag=$pkgver)
-sha256sums=('b77b3429373d068c92b36ece863573fb75c1214503e445d8ffc8d44b0c51df81')
+sha256sums=('069c9ae5568db9b7b630c552fb4fd89831298101e2a1b77452c86c7d1f9295f4')
package() {
cd MathJax
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mathjax/-/commit/4894a99e51009d90c39b072a7508bd527c51921b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mathjax/-/commit/4894a99e51009d90c39b072a7508bd527c51921b
You're receiving this email because of your account on gitlab.archlinux.org.