diff --git a/srcpkgs/texlive-full/template b/srcpkgs/texlive-full/template index dd578736f60..b5b28221516 100644 --- a/srcpkgs/texlive-full/template +++ b/srcpkgs/texlive-full/template @@ -1,11 +1,12 @@ # Template file for 'texlive-full' pkgname=texlive-full -version=2020.1 +version=2021.0 revision=1 build_style=meta -depends="texlive-most>=2020.1 - texlive-lang>=2020.1" +_year=${version%.*} +depends="texlive-most>=${_year} + texlive-lang>=${_year}" short_desc="TeX Live - Metapackage including all packages" maintainer="fosslinux " license="GPL-2.0-or-later" -homepage="https://www.tug.org/texlive/" +homepage="https://tug.org/texlive/"