The pandoc
package in the community repo has been replaced by pandoc-cli
. Maybe this package needs to add pandoc-cli
in provides
?
Search Criteria
Package Details: pandoc-bin 3.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pandoc-bin.git (read-only, click to copy) |
---|---|
Package Base: | pandoc-bin |
Description: | Conversion between documentation formats |
Upstream URL: | https://pandoc.org |
Licenses: | GPL-2.0-or-later |
Conflicts: | pandoc-cli |
Provides: | pandoc, pandoc-cli |
Submitter: | cdkitching |
Maintainer: | a821 |
Last Packager: | a821 |
Votes: | 309 |
Popularity: | 1.89 |
First Submitted: | 2017-10-03 08:45 (UTC) |
Last Updated: | 2024-10-06 10:31 (UTC) |
Dependencies (9)
- groff (groff-gitAUR) (optional) – for pdf output using pdfroff engine
- pandoc-crossref (pandoc-crossref-static-gitAUR, pandoc-crossref-binAUR) (optional) – for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter
- python-weasyprint (optional) – for pdf output using weasyprint engine
- tectonic (tectonic-gitAUR) (optional) – for pdf output using tectonic engine
- texlive-context (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional) – for pdf output using context engine
- texlive-fontsrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional) – for pdf output using latex or xelatex engines
- texlive-latex (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional) – for pdf output using pdflatex engine
- texlive-xetex (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional) – for pdf output using xelatex engine
- typst (typst-gitAUR) (optional) – for pdf output using typst engine
Required by (330)
- ajnin (requires pandoc) (make)
- allegro-git (requires pandoc) (make)
- allegro-sdl-git (requires pandoc) (make)
- amsynth-git (requires pandoc) (make)
- asn1c (requires pandoc) (make)
- aursec (requires pandoc) (make)
- aursec-git (requires pandoc) (make)
- aursec-tui (requires pandoc) (make)
- aursec-tui-git (requires pandoc) (make)
- autotrash (requires pandoc-cli) (make)
- autovala (requires pandoc) (make)
- baca-ereader-git (requires pandoc) (make)
- bdebstrap (requires pandoc) (make)
- bdsync (requires pandoc) (make)
- beast-git (requires pandoc) (make)
- beef (requires pandoc) (make)
- bergamont-marian-git (requires pandoc) (make)
- bookletimposer (requires pandoc) (make)
- bosq-git (requires pandoc-cli) (make)
- bower-mail (requires pandoc) (make)
- Show 310 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
ouuan commented on 2023-02-11 14:10 (UTC)
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
eNV25 commented on 2022-05-24 07:55 (UTC)
Can you please use provides=("pandoc=$pkgver")
. I need this for dependency resolution for aur/pandoc-crossref-bin
.
m040601 commented on 2022-02-05 13:40 (UTC)
To the current (or future maintainers) of this PKGBUILD.
As of February 2022 4th, it still contains this:
Replaces: pandoc-lite, pandoc-static
Please remove it. It only confuses users.There used to be, but there isn't anymore any other package called "pandoc-lite" or "pandoc-static".
xyproto commented on 2021-11-30 18:23 (UTC)
Not having to update 50+ Haskell packages every other update just to have pandoc installed is a relief. Thanks for creating this package.
helloitisme commented on 2021-11-25 14:48 (UTC)
Ah a sigh of relief when I found this, thanks!
djmattyg007 commented on 2021-06-28 05:45 (UTC)
Could you please change the upstream URL to use HTTPS?
Pinned Comments
cdkitching commented on 2023-09-22 09:07 (UTC)
Using this package will waste instead of save disk space if:
Neither of these scenarios is particularly likely.