mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
texlive2021-bin: use historic texlive repository.
As texlive2022 has been released the default repository no longer contains the 2021 version. Make the installer use the frozen historic one.
This commit is contained in:
parent
677aa566f1
commit
c7549dcd69
2 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ post)
|
|||
cd opt/texlive2021-installer
|
||||
case "${ARCH}" in
|
||||
x86_64-musl)
|
||||
./install-tl -profile void.profile -force-platform x86_64-linuxmusl
|
||||
./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/ -profile void.profile -force-platform x86_64-linuxmusl
|
||||
;;
|
||||
*)
|
||||
./install-tl -profile void.profile
|
||||
./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/ -profile void.profile
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'texlive2021-bin'
|
||||
pkgname=texlive2021-bin
|
||||
version=2021
|
||||
revision=1
|
||||
revision=2
|
||||
archs="x86_64* i686 aarch64 arm*"
|
||||
create_wrksrc=yes
|
||||
depends="cairo pixman graphite gd poppler libsigsegv
|
||||
|
|
Loading…
Add table
Reference in a new issue