texlive-bin: update to 2020.

This commit is contained in:
Leah Neukirchen 2020-04-21 21:39:10 +02:00
parent 6481c57261
commit 2b9dbf8ac3
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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}"