summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-10-02 15:32:54 +0300
committerCaleb Maclennan2020-10-02 15:33:07 +0300
commit6926a5ab159628d5ada8e62d83956db4cc48f3b1 (patch)
treed22efdb83ce7f68bba4446d811f236ff87c55f88 /PKGBUILD
parent287350a5339063cf8fa991acb97188a83142d89f (diff)
downloadaur-6926a5ab159628d5ada8e62d83956db4cc48f3b1.tar.gz
upgpkg: python-panflute 1.12.5-6
Upstream is broken on Pandoc >= 2.10.0 with no support in sight. This may help people hold Pandoc back if they are trying to keep using this.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9a6c51ee19f..986c7cf22221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pipname=panflute
pkgname=python-$_pipname
pkgver=1.12.5
-pkgrel=5
+pkgrel=6
pkgdesc='A Pythonic alternative to John MacFarlane’s pandocfilters'
url="https://github.com/sergiocorreia/$_pipname"
arch=('any')
license=('BSD')
_pydeps=('click'
'yaml')
-depends=('pandoc' 'python' "${_pydeps[@]/#/python-}")
+depends=('pandoc<2.10.0' 'python' "${_pydeps[@]/#/python-}")
makedepends=('python-setuptools')
replaces=('pandoc-panflute')
_pycheckdeps=('pandocfilters'