From 25aeea4f41960642ac7327fb919d4147a95a955d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 18 Apr 2021 15:05:03 +0200 Subject: [PATCH] texlive2020-bin: use historic texlive repository. As texlive2021 has been released the default repository no longer contains the 2020 version. Make the installer use the frozen historic one. --- srcpkgs/texlive2020-bin/INSTALL | 4 ++-- srcpkgs/texlive2020-bin/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/texlive2020-bin/INSTALL b/srcpkgs/texlive2020-bin/INSTALL index 8168e595b3..7a067cd7e0 100644 --- a/srcpkgs/texlive2020-bin/INSTALL +++ b/srcpkgs/texlive2020-bin/INSTALL @@ -5,10 +5,10 @@ post) cd opt/texlive2020-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/2020/tlnet-final/ -profile void.profile -force-platform x86_64-linuxmusl ;; *) - ./install-tl -profile void.profile + ./install-tl -repository ftp://ftp.tug.org/texlive/historic/2020/tlnet-final/ -profile void.profile ;; esac esac diff --git a/srcpkgs/texlive2020-bin/template b/srcpkgs/texlive2020-bin/template index f6684c6122..939f8a2964 100644 --- a/srcpkgs/texlive2020-bin/template +++ b/srcpkgs/texlive2020-bin/template @@ -1,7 +1,7 @@ -# Template file for 'texlive-bin' +# Template file for 'texlive2020-bin' pkgname=texlive2020-bin version=2020 -revision=3 +revision=4 archs="x86_64* i686 aarch64 arm*" maintainer="Leah Neukirchen " homepage="http://tug.org/texlive/"