Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libreoffice-extension-texmaths
Commits:
d797008e by Antonio Rojas at 2025-10-04T18:43:37+02:00
upgpkg: 0.52.4-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.3
+ pkgver = 0.52.4
pkgrel = 1
url = http://roland65.free.fr/texmaths/
arch = any
license = GPL2
depends = libreoffice
depends = texlive-basic
- source =
https://downloads.sourceforge.net/project/texmaths/0.52.3/TexMaths-0.52.3.oxt
- sha256sums =
129d78009862dfdd4b5267948b9195fb218829326fd59d02f34e57591674929c
+ source =
https://downloads.sourceforge.net/project/texmaths/0.52.4/TexMaths-0.52.4.oxt
+ sha256sums =
40d26e5690c8cddc6dbc0eecf65f3a956b57701342f4513db4ad2aa2dcbda715
pkgname = libreoffice-extension-texmaths
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=libreoffice-extension-texmaths
_extname=texmaths
-pkgver=0.52.3
+pkgver=0.52.4
pkgrel=1
pkgdesc='A LaTeX equation editor for LibreOffice'
arch=(any)
@@ -11,7 +11,7 @@ license=(GPL2)
depends=(libreoffice
texlive-basic)
source=(https://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt)
-sha256sums=('129d78009862dfdd4b5267948b9195fb218829326fd59d02f34e57591674929c')
+sha256sums=('40d26e5690c8cddc6dbc0eecf65f3a956b57701342f4513db4ad2aa2dcbda715')
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/d797008eaf3d12c672078a78c75cad109d6626ce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-extension-texmaths/-/commit/d797008eaf3d12c672078a78c75cad109d6626ce
You're receiving this email because of your account on gitlab.archlinux.org.