Package Details: latex2rtf 2.3.18-1

Git Clone URL: https://aur.archlinux.org/latex2rtf.git (read-only, click to copy)
Package Base: latex2rtf
Description: LaTeX to RTF converter
Upstream URL: http://latex2rtf.sourceforge.net
Licenses: GPL-2.0-or-later
Submitter: gromit
Maintainer: mhdi
Last Packager: mhdi
Votes: 2
Popularity: 0.005418
First Submitted: 2024-03-20 14:51 (UTC)
Last Updated: 2024-05-18 11:20 (UTC)

Latest Comments

banana-bred commented on 2025-06-05 15:01 (UTC)

The tar archive can be fetched from github:

diff --git a/PKGBUILD b/PKGBUILD
index 6badd3b..7fd5cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ license=('GPL-2.0-or-later')
 depends=('bash' 'ghostscript' 'glibc' 'imagemagick')
 makedepends=('texlive-bin')
 checkdepends=('texlive-fontsrecommended' 'texlive-latexextra')
-source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}a.tar.gz")
-sha512sums=('b6caef616e8e63e8779a86dae6cbe0993de5421bd6700fe9118bee2af528c496c0e849ae5315ed6fc86be6c7fbe7fa073e41b39e8c5da2da4e65b26784135589')
+source=("https://github.com/latex2rtf/latex2rtf-sf-files/releases/download/2.3.18/${pkgname}-${pkgver}a.tar.gz")
+sha512sums=(b6caef616e8e63e8779a86dae6cbe0993de5421bd6700fe9118bee2af528c496c0e849ae5315ed6fc86be6c7fbe7fa073e41b39e8c5da2da4e65b26784135589)

 build() {
   cd "${pkgname}-${pkgver}"

Necoro commented on 2025-02-18 22:34 (UTC)

The package has been moved to GitHub: https://github.com/latex2rtf/latex2rtf

Unfortunately, in that move all the recent releases are no longer available. I opened a bug for this, but I'll guess we have to wait for a new one. (https://github.com/latex2rtf/latex2rtf/issues/13)