texlive2018-bin: use historic archive.

This commit is contained in:
Leah Neukirchen 2020-04-17 22:45:15 +02:00
parent 099ed64dd9
commit 1c5942d673
2 changed files with 3 additions and 3 deletions

View file

@ -5,10 +5,10 @@ post)
cd opt/texlive2018-installer
case "${ARCH}" in
x86_64-musl)
./install-tl -profile void.profile -force-platform x86_64-linuxmusl
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2018/tlnet-final/ -profile void.profile -force-platform x86_64-linuxmusl
;;
*)
./install-tl -profile void.profile
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2018/tlnet-final/ -profile void.profile
;;
esac
esac

View file

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