Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
otf-latin-modern
Commits:
2a5d3423 by Caleb Maclennan at 2026-06-30T11:49:40+03:00
upgpkg: 2.007-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = otf-latin-modern
pkgdesc = Improved version of Computer Modern fonts as used in LaTeX
- pkgver = 2.006
+ pkgver = 2.007
pkgrel = 1
- url = http://www.gust.org.pl/projects/e-foundry/latin-modern
+ url = https://www.gust.org.pl/projects/e-foundry/latin-modern
arch = any
license = LicenseRef-GFL
- source =
http://www.gust.org.pl/projects/e-foundry/latin-modern/download/lm2.006otf.zip
- source =
http://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt
- sha256sums =
608a6f3de9fbafd70f977fbf21ca32850178dd19b11530385358840c8f291f06
+ source =
https://www.gust.org.pl/projects/e-foundry/latin-modern/download/Latin_Modern-otf-2_007-31_03_2026.zip
+ source =
https://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt
+ sha256sums =
2d8e05083e211ac838a9e306fb5e4856ed37ec15130e185a971e2683a7c5d1a1
sha256sums =
5eb61bb836bb1845ef668717cb15b382e997748ce2629e4388cc5e4c3fa4e433
pkgname = otf-latin-modern
=====================================
PKGBUILD
=====================================
@@ -1,19 +1,24 @@
# Maintainer: Caleb Maclennan <[email protected]>
# Contributor: Bruno Pagani <[email protected]>
+# I can't find any download assets with a stable URL that is deterministic
from the
+# version. TexLive has downloads but they aren't versioned and might not be
fresh.
+# See: https://www.gust.org.pl/projects/e-foundry/latin-modern/download
+_date=31_03_2026
+
pkgname=otf-latin-modern
-pkgver=2.006
+pkgver=2.007
pkgrel=1
pkgdesc='Improved version of Computer Modern fonts as used in LaTeX'
arch=(any)
-url='http://www.gust.org.pl/projects/e-foundry/latin-modern'
+url='https://www.gust.org.pl/projects/e-foundry/latin-modern'
license=(LicenseRef-GFL)
-source=("$url/download/lm${pkgver}otf.zip"
+source=("$url/download/Latin_Modern-otf-${pkgver/./_}-$_date.zip"
"${url%/*}/licenses/GUST-FONT-LICENSE.txt")
-sha256sums=('608a6f3de9fbafd70f977fbf21ca32850178dd19b11530385358840c8f291f06'
+sha256sums=('2d8e05083e211ac838a9e306fb5e4856ed37ec15130e185a971e2683a7c5d1a1'
'5eb61bb836bb1845ef668717cb15b382e997748ce2629e4388cc5e4c3fa4e433')
package() {
install -Dm0644 -t "$pkgdir/usr/share/fonts/OTF/" *.otf
- install -Dm0644 GUST-FONT-LICENSE.txt
"$pkgdir/usr/share/licenses/$pkgname/GFL.txt"
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/"
GUST-FONT-LICENSE.txt
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/otf-latin-modern/-/commit/2a5d3423fc3f50c4637d2efff58beb45f78453fe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/otf-latin-modern/-/commit/2a5d3423fc3f50c4637d2efff58beb45f78453fe
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help