mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
|
cd opt/texlive2021-installer
|
||||||
case "${ARCH}" in
|
case "${ARCH}" in
|
||||||
x86_64-musl)
|
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
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -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=2
|
revision=3
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue