mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
texlive-bin: update to 2020.
This commit is contained in:
parent
6481c57261
commit
2b9dbf8ac3
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
To update you TeXLive installation use only the program
|
To update you TeXLive installation use only the program
|
||||||
|
|
||||||
/opt/texlive/${VERSION}/<arch>/tlmgr.
|
/opt/texlive/${VERSION}/bin/<arch>/tlmgr.
|
||||||
|
|
||||||
where <arch> is:
|
where <arch> is:
|
||||||
- X86_64-linux ==> x86_64 architecture
|
- X86_64-linux ==> x86_64 architecture
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'texlive-bin'
|
# Template file for 'texlive-bin'
|
||||||
pkgname=texlive-bin
|
pkgname=texlive-bin
|
||||||
version=2019
|
version=2020
|
||||||
revision=1
|
revision=1
|
||||||
depends="texlive${version}-bin"
|
depends="texlive${version}-bin"
|
||||||
short_desc="TeX Live Binary distribution through tl-install (newest version)"
|
short_desc="TeX Live Binary distribution through tl-install (newest version)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://tug.org/texlive/"
|
homepage="http://tug.org/texlive/"
|
||||||
provides="texlive-${version}_${revision}"
|
provides="texlive-${version}_${revision}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue