mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 00:02:57 +02:00
texlive-lang: update to 2021.0.
This commit is contained in:
parent
aeea6a9e0b
commit
379c831a18
1 changed files with 10 additions and 9 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'texlive-lang'
|
# Template file for 'texlive-lang'
|
||||||
pkgname=texlive-lang
|
pkgname=texlive-lang
|
||||||
version=2020.1
|
version=2021.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="texlive-core>=2020.57066
|
_year=${version%.*}
|
||||||
texlive-langchinese>=2020.57044
|
depends="texlive-core>=${_year}
|
||||||
texlive-langcyrillic>=2020.56674
|
texlive-langchinese>=${_year}
|
||||||
texlive-langextra>=2020.56781
|
texlive-langcyrillic>=${_year}
|
||||||
texlive-langgreek>=2020.56956
|
texlive-langextra>=${_year}
|
||||||
texlive-langjapanese>=2020.57025
|
texlive-langgreek>=${_year}
|
||||||
texlive-langkorean>=2020.56915"
|
texlive-langjapanese>=${_year}
|
||||||
|
texlive-langkorean>=${_year}"
|
||||||
short_desc="TeX Live - Metapackage including all languages"
|
short_desc="TeX Live - Metapackage including all languages"
|
||||||
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…
Add table
Reference in a new issue