texlive2021-bin: fix repo url.
This commit is contained in:
parent
16865d15f3
commit
c3aa068ea4
2 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ post)
|
|||
cd opt/texlive2021-installer
|
||||
case "${ARCH}" in
|
||||
x86_64-musl)
|
||||
./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/ -profile void.profile -force-platform x86_64-linuxmusl
|
||||
./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/tlnet-final/ -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
|
||||
./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/tlnet-final/ -profile void.profile
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'texlive2021-bin'
|
||||
pkgname=texlive2021-bin
|
||||
version=2021
|
||||
revision=2
|
||||
revision=3
|
||||
archs="x86_64* i686 aarch64 arm*"
|
||||
create_wrksrc=yes
|
||||
depends="cairo pixman graphite gd poppler libsigsegv
|
||||
|
|
Loading…
Reference in a new issue