mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
texlive-minimal: fix depends pattern
This commit is contained in:
parent
a0b4576989
commit
496b6cd42d
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'texlive-minimal'
|
# Template file for 'texlive-minimal'
|
||||||
pkgname=texlive-minimal
|
pkgname=texlive-minimal
|
||||||
version=2021.0
|
version=2021.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
_year=${version%.*}
|
_year=${version%.*}
|
||||||
depends="texlive>=20210325
|
depends="texlive>=20210325
|
||||||
texlive-core>=${year}"
|
texlive-core>=${_year}"
|
||||||
short_desc="TeX Live - Metapackage including minimal packages"
|
short_desc="TeX Live - Metapackage including minimal packages"
|
||||||
maintainer="fosslinux <fosslinux@aussies.space>"
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue