texlive-full: update to 2021.0.
This commit is contained in:
parent
379c831a18
commit
4591bf2851
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'texlive-full'
|
# Template file for 'texlive-full'
|
||||||
pkgname=texlive-full
|
pkgname=texlive-full
|
||||||
version=2020.1
|
version=2021.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="texlive-most>=2020.1
|
_year=${version%.*}
|
||||||
texlive-lang>=2020.1"
|
depends="texlive-most>=${_year}
|
||||||
|
texlive-lang>=${_year}"
|
||||||
short_desc="TeX Live - Metapackage including all packages"
|
short_desc="TeX Live - Metapackage including all packages"
|
||||||
maintainer="fosslinux <fosslinux@aussies.space>"
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.tug.org/texlive/"
|
homepage="https://tug.org/texlive/"
|
||||||
|
|
Loading…
Reference in a new issue