Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
texlive-texmf
Commits:
a859065a by Antonio Rojas at 2024-04-15T20:17:27+02:00
upgpkg: 2024.2-1: Update to 2024.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = texlive-texmf
pkgdesc = TeX Live -
- pkgver = 2024.0
- pkgrel = 3
- url = http://tug.org/texlive/
+ pkgver = 2024.2
+ pkgrel = 1
+ url = https://tug.org/texlive/
arch = any
license = GPL
makedepends = subversion
depends = texlive-bin
options = !strip
- source =
texmf-dist-2024.0::svn://tug.org/texlive/tags/texlive-2024.0/Master/texmf-dist#revision=70639
- source =
tlpkg-2024.0::svn://tug.org/texlive/tags/texlive-2024.0/Master/tlpkg#revision=70639
- source =
x86_64-linux-2024.0::svn://tug.org/texlive/tags/texlive-2024.0/Master/bin/x86_64-linux#revision=70639
+ source =
texmf-dist-2024.2::svn://tug.org/texlive/tags/texlive-2024.2/Master/texmf-dist#revision=70897
+ source =
tlpkg-2024.2::svn://tug.org/texlive/tags/texlive-2024.2/Master/tlpkg#revision=70897
+ source =
x86_64-linux-2024.2::svn://tug.org/texlive/tags/texlive-2024.2/Master/bin/x86_64-linux#revision=70897
source = 09-texlive-fonts.conf
source = texmf.cnf.patch
source = texmfcnf.lua.patch
=====================================
PKGBUILD
=====================================
@@ -9,9 +9,9 @@ _collections=( basic bibtexextra binextra context fontsextra
fontsrecommended fo
for _coll in ${_collections[@]}; do
pkgname+=(texlive-$_coll)
done
-_rev=70639
-pkgver=2024.0
-pkgrel=3
+_rev=70897
+pkgver=2024.2
+pkgrel=1
pkgdesc='TeX Live - '
license=(GPL)
arch=(any)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/texlive-texmf/-/commit/a859065a149f9cdd2e641ae948173436ad5cffd0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/texlive-texmf/-/commit/a859065a149f9cdd2e641ae948173436ad5cffd0
You're receiving this email because of your account on gitlab.archlinux.org.