Package Details: digestif 0.3-3

Git Clone URL: https://aur.archlinux.org/digestif.git (read-only, click to copy)
Package Base: digestif
Description: A code analyzer and Language Server Protocol implementation for [La|Con|Bib]TeX[t] documents.
Upstream URL: https://github.com/astoff/digestif
Licenses: MIT
Submitter: flying-sheep
Maintainer: None
Last Packager: flying-sheep
Votes: 3
Popularity: 0.000000
First Submitted: 2020-02-08 13:54 (UTC)
Last Updated: 2020-08-30 14:26 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

PythonNut commented on 2021-02-08 19:39 (UTC) (edited on 2021-02-09 05:51 (UTC) by PythonNut)

Now I am getting:

/usr/bin/lua5.4: cannot open /home/pythonnut/.cache/yay/digestif/pkg/digestif/usr/lib/luarocks/rocks-5.4/digestif/0.3-1/bin/digestif: No such file or directory

whenever I launch digestif. This was reported earlier but appears to still be happening. The git version of this package works fine though.

smsx commented on 2020-11-07 21:26 (UTC)

To get this package working, change the sed line in package() in the PKGBUILD to:

sed -i "s|$pkgdir||" "$pkgdir/usr/bin/digestif"

This got it working for me, but your mileage may vary.

raxod502 commented on 2020-06-29 15:44 (UTC)

The language server can no longer boot, complaining about a missing file ManuscriptLatexProg.lua. Bumping the pkgver to 0.3 fixes the issue.

raxod502 commented on 2020-04-03 14:56 (UTC)

The installed binary fails to run:

% digestif --version
/usr/bin/lua5.3: cannot open /home/raxod502/.cache/yay/digestif/pkg/digestif/usr/lib/luarocks/rocks-5.3/digestif/0.2-1/bin/digestif: No such file or directory

This problem can be solved by manually editing /usr/bin/digestif to fix the path so it points at /usr/lib proper instead of into my home directory.