Hi @d0lphin, it looks like something has gone wrong upstream, the URL (one of them, as its CDN'd) looks to point to an nearly empty archive: https://ftp.gwdg.de/pub/ctan/systems/texlive/tlnet/archive/dvisvgm.tar.xz. I suggest you contact the DVISVGM devs to look into this.
In the meantime, you can download the archive from https://ctan.org/tex-archive/dviware/dvisvgm, and modify the PKGBUILD at ~/.texlive/texmf-var/arch/builds/dvisvgm
to use this archive instead. I suspect that the layout of the archive isn't the same as the tlnet one, you might have to tweak the PKGBUILD
somewhat.
HTH
Pinned Comments
hv15 commented on 2023-06-18 14:02 (UTC)
This is unfortunate, I had no idea about the changes being done by the ArchLinux community to the TexLive packages. A quick look shows there are some considerable difference which make adapting
tllocalmgr
difficult; per https://bbs.archlinux.org/viewtopic.php?id=286197 it seems thattexlive-localmanager
tools (which I forked) will not be further developed, it is suggested to usetlmgr
instead.I will have a go over this week to see what is possible, but I'm not promising that I can make it work.
hv15 commented on 2022-11-29 11:07 (UTC) (edited on 2022-11-29 11:08 (UTC) by hv15)
Hi all, I've forked the project and applied all patches. A stable release is now available at https://aur.archlinux.org/packages/tllocalmgr, I strongly urge everyone to switch to it!
The git package has also been updated to follow the fork, which means version numbers have changed again (sorry if this causes issues). Thanks everyone!