texlive206-bin: use historic repository URL.
This commit is contained in:
parent
c378af7ed1
commit
e34940ddee
2 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,6 @@ post)
|
||||||
case "${UPDATE}" in
|
case "${UPDATE}" in
|
||||||
no)
|
no)
|
||||||
cd opt/texlive2016-installer
|
cd opt/texlive2016-installer
|
||||||
./install-tl -profile void.profile
|
./install-tl -repository ftp://ftp.tug.org/texlive/historic/2016/tlnet-final/ -profile void.profile
|
||||||
esac
|
esac
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'texlive-bin'
|
# Template file for 'texlive-bin'
|
||||||
pkgname=texlive2016-bin
|
pkgname=texlive2016-bin
|
||||||
version=2016
|
version=2016
|
||||||
revision=1
|
revision=2
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="http://tug.org/texlive/"
|
homepage="http://tug.org/texlive/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="TeX Live Binary distribution through tl-install"
|
short_desc="TeX Live Binary distribution through tl-install"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue