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
|
||||
no)
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'texlive-bin'
|
||||
pkgname=texlive2016-bin
|
||||
version=2016
|
||||
revision=1
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
revision=2
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
homepage="http://tug.org/texlive/"
|
||||
license="GPL-2"
|
||||
short_desc="TeX Live Binary distribution through tl-install"
|
||||
|
|
Loading…
Reference in a new issue