Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libreoffice-extension-texmaths
Commits:
395d3b1f by Antonio Rojas at 2024-07-01T09:03:17+02:00
upgpkg: 0.52.1-1: Update to 0.52.1
- - - - -
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
+ pkgver = 0.52.1
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/TexMaths-0.52.oxt
- sha256sums =
0c019385bef45eeac7ca78955151e4a9fe0c53ad8ec79d99bbfba25fbdd46ece
+ source =
https://downloads.sourceforge.net/project/texmaths/0.52.1/TexMaths-0.52.1.oxt
+ sha256sums =
aad1dc1fd967d26db58136468d3f0a1864ee9cca6466455a7b82b428386c262e
pkgname = libreoffice-extension-texmaths
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=libreoffice-extension-texmaths
_extname=texmaths
-pkgver=0.52
+pkgver=0.52.1
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=('0c019385bef45eeac7ca78955151e4a9fe0c53ad8ec79d99bbfba25fbdd46ece')
+sha256sums=('aad1dc1fd967d26db58136468d3f0a1864ee9cca6466455a7b82b428386c262e')
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/395d3b1f90a84bea8d6bcf1079dd986b364260c3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-extension-texmaths/-/commit/395d3b1f90a84bea8d6bcf1079dd986b364260c3
You're receiving this email because of your account on gitlab.archlinux.org.