texlive2019-bin: use historic texlive repository

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.
This commit is contained in:
newbluemoon 2020-04-12 15:02:31 +02:00 committed by Leah Neukirchen
parent 9a959dd04f
commit f242df40ee
2 changed files with 4 additions and 4 deletions

View file

@ -5,10 +5,10 @@ post)
cd opt/texlive2019-installer
case "${ARCH}" in
x86_64-musl)
./install-tl -profile void.profile -force-platform x86_64-linuxmusl
./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads -force-platform x86_64-linuxmusl
;;
*)
./install-tl -profile void.profile
./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads
;;
esac
esac

View file

@ -1,7 +1,7 @@
# Template file for 'texlive-bin'
# Template file for 'texlive2019-bin'
pkgname=texlive2019-bin
version=2019
revision=1
revision=2
archs="x86_64* i686 aarch64 arm*"
maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="http://tug.org/texlive/"