From e34940ddee0f6b198e3ec6d4664e19a89066ac02 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 10 Jun 2017 18:25:32 +0200 Subject: [PATCH] texlive206-bin: use historic repository URL. --- srcpkgs/texlive2016-bin/INSTALL | 2 +- srcpkgs/texlive2016-bin/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive2016-bin/INSTALL b/srcpkgs/texlive2016-bin/INSTALL index cb45e376d72..7ab79b308bb 100644 --- a/srcpkgs/texlive2016-bin/INSTALL +++ b/srcpkgs/texlive2016-bin/INSTALL @@ -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 diff --git a/srcpkgs/texlive2016-bin/template b/srcpkgs/texlive2016-bin/template index 114dfed46c8..c4d05281535 100644 --- a/srcpkgs/texlive2016-bin/template +++ b/srcpkgs/texlive2016-bin/template @@ -1,8 +1,8 @@ # Template file for 'texlive-bin' pkgname=texlive2016-bin version=2016 -revision=1 -maintainer="Christian Neukirchen " +revision=2 +maintainer="Leah Neukirchen " homepage="http://tug.org/texlive/" license="GPL-2" short_desc="TeX Live Binary distribution through tl-install"