summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58e628ea81f8..a9a6c51ee19f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@
_pipname=panflute
pkgname=python-$_pipname
pkgver=1.12.5
-pkgrel=4
+pkgrel=5
pkgdesc='A Pythonic alternative to John MacFarlane’s pandocfilters'
url="https://github.com/sergiocorreia/$_pipname"
arch=('any')
license=('BSD')
_pydeps=('click'
- 'shutilwhich'
'yaml')
depends=('pandoc' 'python' "${_pydeps[@]/#/python-}")
makedepends=('python-setuptools')