Package Details: pandoc-bin 3.1.12.2-1

Git Clone URL: https://aur.archlinux.org/pandoc-bin.git (read-only, click to copy)
Package Base: pandoc-bin
Description: Pandoc - executable only, without 750MB Haskell depends/makedepends
Upstream URL: https://pandoc.org
Licenses: GPL2
Conflicts: pandoc-cli
Provides: pandoc, pandoc-cli
Submitter: cdkitching
Maintainer: gustawho
Last Packager: gustawho
Votes: 307
Popularity: 3.39
First Submitted: 2017-10-03 08:45 (UTC)
Last Updated: 2024-03-08 07:54 (UTC)

Dependencies (1)

Required by (314)

Sources (3)

Pinned Comments

cdkitching commented on 2023-09-22 09:07 (UTC)

Using this package will waste instead of save disk space if:

  • You're a haskell developer and need the shared libraries/compilers/etc. anyway.
  • You have >10 other statically-linked haskell packages around the same size as Pandoc (in which case you'll get a saving from making them all dynamically linked).

Neither of these scenarios is particularly likely.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

shmilee commented on 2023-08-06 07:20 (UTC) (edited on 2023-08-06 07:21 (UTC) by shmilee)

PKGBUILD needs update to distinguish x86_64, aarch64 source file.

[$] LC_ALL=C makepkg --allsource                                                         :( 1
==> Making package: pandoc-bin 3.1.6-1 (Sun Aug  6 15:19:52 2023)
==> Retrieving sources...
  -> Found pandoc-bin-source-3.1.6.tar.gz
  -> Found pandoc-bin-bin-3.1.6.tar.gz
  -> Found pandoc-bin-bin-3.1.6.tar.gz
==> Validating source files with sha256sums...
    pandoc-bin-source-3.1.6.tar.gz ... Passed
==> Validating source_x86_64 files with sha256sums...
    pandoc-bin-bin-3.1.6.tar.gz ... Passed
==> Validating source_aarch64 files with sha256sums...
    pandoc-bin-bin-3.1.6.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

Kunda commented on 2023-07-07 16:54 (UTC)

v3.1.5 has been released
https://github.com/jgm/pandoc/releases/tag/3.1.5

OmayaO commented on 2023-02-28 16:12 (UTC) (edited on 2023-02-28 16:16 (UTC) by OmayaO)

Would it be possible to add tectonic as another optional dependency for pdf output.

eclairevoyant commented on 2023-02-14 23:03 (UTC) (edited on 2023-02-14 23:03 (UTC) by eclairevoyant)

@dhruvasambrani there's no need to post long patches that are simply version updates. updpkgsums would update the checksums automatically.

@gustawho FYI the license field should be formatted as 'GPL2', not the current value.

ouuan commented on 2023-02-11 14:10 (UTC)

The pandoc package in the community repo has been replaced by pandoc-cli. Maybe this package needs to add pandoc-cli in provides?

gustawho commented on 2023-01-26 17:58 (UTC)

Hey @Cj-bc, I bumped this to 3.0.1 Yesterday. If you aren't seeing this in your AUR wrapper, there might be some sync issues because when I first submitted, it took a while for yay to pick it up.

Cj-bc commented on 2023-01-26 14:53 (UTC)

Thank you for maintaining this AUR. I am so happy that I no longer have to treat a lot of haskell libraries system wide.

Could you update it to 3.0.1? I could do it with this patch.

diff --git a/PKGBUILD b/PKGBUILD
index c75d26a..ae48f0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 pkgname=pandoc-bin
-pkgver=2.19.2
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
 url="https://pandoc.org"
@@ -14,9 +14,9 @@ source=("$pkgname-source-$pkgver.tar.gz::https://github.com/jgm/pandoc/archive/$
 source_x86_64=("$pkgname-bin-$pkgver.tar.gz::https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-amd64.tar.gz")
 source_aarch64=("$pkgname-bin-$pkgver.tar.gz::https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-arm64.tar.gz")

-sha256sums=('5cebed5bfa8daa8c3f7ba0c29b0c84b36fd279bdcd25891d3ae9843fa2c98592')
-sha256sums_x86_64=('9d55c7afb6a244e8a615451ed9cb02e6a6f187ad4d169c6d5a123fa74adb4830')
-sha256sums_aarch64=('43f364915b9da64905fc3f6009f5542f224e54fb24f71043ef5154540f1a3983')
+sha256sums=('d8b45c3d8434c03db7cd6c571664a2a0a0ba906bfee3b8d82470103978ddc4ce')
+sha256sums_x86_64=('b8b0051a3c27ab5802bb2a091c8dd5cdb6588ce7356a6d5c4e64fbf02225da04')
+sha256sums_aarch64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')

 package() {
   cd "${srcdir}/pandoc-${pkgver}"

dhruvasambrani commented on 2022-08-11 10:24 (UTC)

Please update the package with the following patch

From 6f4ec356e1ffee440618f4dcd5bb6c7794b56c54 Mon Sep 17 00:00:00 2001
From: Dhruva Sambrani <44899822+DhruvaSambrani@users.noreply.github.com>
Date: Thu, 11 Aug 2022 15:48:07 +0530
Subject: [PATCH] up to v2.19

---
 PKGBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index e7d7a52..be58296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 pkgname=pandoc-bin
-pkgver=2.18
+pkgver=2.19
 pkgrel=1
 pkgdesc="Pandoc - executable only, without 750MB Haskell depends/makedepends"
 url="https://pandoc.org"
@@ -15,9 +15,9 @@ source=("$pkgname-source-$pkgver.tar.gz::https://github.com/jgm/pandoc/archive/$
 source_x86_64=("$pkgname-bin-$pkgver.tar.gz::https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-amd64.tar.gz")
 source_aarch64=("$pkgname-bin-$pkgver.tar.gz::https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-linux-arm64.tar.gz")

-sha256sums=('dda629db52038c5cce29702886268203330e5a41c7b95d3f71e59b7ab03618dc')
-sha256sums_x86_64=('103df36dc21081b7205d763ef7705e340eb0ea7e18694239b328a549892cc007')
-sha256sums_aarch64=('a48160539c27c6a35413667b064f9af154d59ad592563dcaab8a07d427bda594')
+sha256sums=('19bffe7a2970014080a6a8ef5b365f89a88a18dbe757b771999e19907f0d571a')
+sha256sums_x86_64=('2afd7c0c385a5817003330a2359c2b6e04e0a7e167addd41dda51e523e807426')
+sha256sums_aarch64=('6c2daebcab7f8d6e7c8b91682be047286d9518f2bcb32515aea5206557fb67d1')

 package() {
   cd "${srcdir}/pandoc-${pkgver}"
-- 
2.37.1