From f6d3b75b0b7b2dfc0d5a249bc10f71509dfc1187 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Sun, 12 Apr 2020 15:02:31 +0200 Subject: [PATCH] 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. --- srcpkgs/texlive2019-bin/INSTALL | 4 ++-- srcpkgs/texlive2019-bin/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/texlive2019-bin/INSTALL b/srcpkgs/texlive2019-bin/INSTALL index ea07e7ab407..c4fde28786b 100644 --- a/srcpkgs/texlive2019-bin/INSTALL +++ b/srcpkgs/texlive2019-bin/INSTALL @@ -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 diff --git a/srcpkgs/texlive2019-bin/template b/srcpkgs/texlive2019-bin/template index 009d1d8d973..d7cd1c71664 100644 --- a/srcpkgs/texlive2019-bin/template +++ b/srcpkgs/texlive2019-bin/template @@ -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 " homepage="http://tug.org/texlive/"