diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2023-11-28 15:52:15 +0100 |
---|---|---|
committer | Paul Zander <negril.nx+gentoo@gmail.com> | 2023-11-28 15:52:15 +0100 |
commit | 0da9b5d31a3935f0027ae3e5fa15c6ba3bd18907 (patch) | |
tree | 94054c7a1a0924e4a912b9be88146531be367d68 /app-text/dvipsk | |
parent | app-text/texlive-core: fix texlive-*-source SRC_URI (diff) | |
download | tex-overlay-0da9b5d31a3935f0027ae3e5fa15c6ba3bd18907.tar.gz tex-overlay-0da9b5d31a3935f0027ae3e5fa15c6ba3bd18907.tar.bz2 tex-overlay-0da9b5d31a3935f0027ae3e5fa15c6ba3bd18907.zip |
fix texlive-*-source SRC_URI
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Diffstat (limited to 'app-text/dvipsk')
-rw-r--r-- | app-text/dvipsk/dvipsk-20230311_p66203.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/dvipsk/dvipsk-20230311_p66203.ebuild b/app-text/dvipsk/dvipsk-20230311_p66203.ebuild index fe54216..d043d44 100644 --- a/app-text/dvipsk/dvipsk-20230311_p66203.ebuild +++ b/app-text/dvipsk/dvipsk-20230311_p66203.ebuild @@ -8,7 +8,7 @@ inherit texlive-common TL_VERSION=$(ver_cut 1) DESCRIPTION="DVI-to-PostScript translator" HOMEPAGE="https://tug.org/texlive/" -SRC_URI="mirror://ctan/Source/texlive-${TL_VERSION}-source.tar.xz" +SRC_URI="mirror://ctan/systems/texlive/Source/texlive-${TL_VERSION}-source.tar.xz" DVIPS_REVISION=$(ver_cut 3) EXTRA_TL_MODULES="dvips.r${DVIPS_REVISION}" |