texlive-minimal: fix depends pattern
This commit is contained in:
parent
a0b4576989
commit
496b6cd42d
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'texlive-minimal'
|
||||
pkgname=texlive-minimal
|
||||
version=2021.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meta
|
||||
_year=${version%.*}
|
||||
depends="texlive>=20210325
|
||||
texlive-core>=${year}"
|
||||
texlive-core>=${_year}"
|
||||
short_desc="TeX Live - Metapackage including minimal packages"
|
||||
maintainer="fosslinux <fosslinux@aussies.space>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue