Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libreoffice-extension-texmaths
Commits:
56de3026 by Antonio Rojas at 2026-02-22T16:06:36+01:00
upgpkg: 0.52.6-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = libreoffice-extension-texmaths
pkgdesc = A LaTeX equation editor for LibreOffice
- pkgver = 0.52.5
+ pkgver = 0.52.6
pkgrel = 1
url = http://roland65.free.fr/texmaths/
arch = any
license = GPL-2.0-or-later
depends = libreoffice
depends = texlive-basic
- source =
https://downloads.sourceforge.net/project/texmaths/0.52.5/TexMaths-0.52.5.oxt
- sha256sums =
e10ae08e2067f3737751c9126033b82ba1e38239a72549e7a9627643a2429649
+ source =
https://downloads.sourceforge.net/project/texmaths/0.52.6/TexMaths-0.52.6.oxt
+ sha256sums =
c4545539b17caa042110a356bf6f02631061a990e234b328670cb2ec8eecb9be
pkgname = libreoffice-extension-texmaths
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=libreoffice-extension-texmaths
_extname=texmaths
-pkgver=0.52.5
+pkgver=0.52.6
pkgrel=1
pkgdesc='A LaTeX equation editor for LibreOffice'
arch=(any)
@@ -11,7 +11,7 @@ license=(GPL-2.0-or-later)
depends=(libreoffice
texlive-basic)
source=(https://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt)
-sha256sums=('e10ae08e2067f3737751c9126033b82ba1e38239a72549e7a9627643a2429649')
+sha256sums=('c4545539b17caa042110a356bf6f02631061a990e234b328670cb2ec8eecb9be')
package() {
install -d -m755 "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-extension-texmaths/-/commit/56de302666c4cf7d8f622eee2f7065454810bd37
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-extension-texmaths/-/commit/56de302666c4cf7d8f622eee2f7065454810bd37
You're receiving this email because of your account on gitlab.archlinux.org.