summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-25 12:21:38 +0300
committerCaleb Maclennan2020-02-25 12:21:38 +0300
commit287350a5339063cf8fa991acb97188a83142d89f (patch)
tree99cf527ede178db09133a013ce0e4bc62f6c8dd2 /PKGBUILD
parent3715cb8bddb86d061f2c9288c67aa04c394d5ea3 (diff)
downloadaur-287350a5339063cf8fa991acb97188a83142d89f.tar.gz
Drop obsolete shutilwhich dependency, was for python2 support
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')