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:
Leah Neukirchen 2022-04-04 15:45:11 +02:00
parent 677aa566f1
commit c7549dcd69
2 changed files with 3 additions and 3 deletions

View file

@ -5,10 +5,10 @@ post)
cd opt/texlive2021-installer cd opt/texlive2021-installer
case "${ARCH}" in case "${ARCH}" in
x86_64-musl) 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
esac esac

View file

@ -1,7 +1,7 @@
# Template file for 'texlive2021-bin' # Template file for 'texlive2021-bin'
pkgname=texlive2021-bin pkgname=texlive2021-bin
version=2021 version=2021
revision=1 revision=2
archs="x86_64* i686 aarch64 arm*" archs="x86_64* i686 aarch64 arm*"
create_wrksrc=yes create_wrksrc=yes
depends="cairo pixman graphite gd poppler libsigsegv depends="cairo pixman graphite gd poppler libsigsegv