Package Details: pandoc-plot-bin 1.7.0-0

Git Clone URL: https://aur.archlinux.org/pandoc-plot-bin.git (read-only, click to copy)
Package Base: pandoc-plot-bin
Description: Render and include figures in Pandoc documents using your plotting toolkit of choice
Upstream URL: https://github.com/LaurentRDC/pandoc-plot
Licenses: GPL2
Submitter: syntonym
Maintainer: syntonym
Last Packager: syntonym
Votes: 1
Popularity: 0.000000
First Submitted: 2020-07-23 14:32 (UTC)
Last Updated: 2023-06-01 17:00 (UTC)

Latest Comments

jonpas commented on 2021-08-20 00:47 (UTC) (edited on 2021-08-20 00:48 (UTC) by jonpas)

Looks like file layout changed again in 1.3.0, this patch fixes installation for me:

diff --git a/PKGBUILD b/PKGBUILD
index 32ab089..4d02c6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,5 +11,5 @@ source=("https://github.com/LaurentRDC/pandoc-plot/releases/download/$pkgver/pan
 sha256sums=('34821aba96b9342af3293f79ff52c8291b39affa2b35d8e90dac3a2c4a2a866f')

 package() {
-       install -D pandoc-plot-Linux-x86_64/pandoc-plot ${pkgdir}/usr/bin/pandoc-plot
+       install -D pandoc-plot ${pkgdir}/usr/bin/pandoc-plot
 }

syntonym commented on 2021-06-12 09:54 (UTC)

Thanks for catching. A new archive was uploaded under the same version number, which has a different sha256 and a different layout (now contains directory with the binary, instead of just the binary). The newest PKGBUILD should work with the current version 1.2.3.

jonpas commented on 2021-06-12 06:28 (UTC) (edited on 2021-06-12 06:30 (UTC) by jonpas)

Looks like sha256sum is incorrect and expanding the archive does not work as intended.

$ sha256sum pandoc-plot-Linux-x86_64.zip
108b70fb4120126fbf2f836d2a9d980deeff364c5f95f61873a5fa10e877712d  pandoc-plot-Linux-x86_64.zip
==> Starting package()...
install: cannot stat 'pandoc-plot': No such file or directory