summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 006b9276c5a9..7d612626bf25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
_pipname=panflute
pkgname=python-$_pipname
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='A Pythonic alternative to John MacFarlane’s pandocfilters'
url="https://github.com/sergiocorreia/$_pipname"
arch=('any')
license=('BSD')
_pydeps=('click'
'yaml')
-depends=('pandoc>=2.11.0' 'python' "${_pydeps[@]/#/python-}")
+depends=('pandoc>=2.11.0.4' 'python' "${_pydeps[@]/#/python-}")
+optdepends=('python-shutils' 'python-shlex')
makedepends=('python-setuptools')
replaces=('pandoc-panflute')
_pycheckdeps=('pandocfilters'