summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 881a15341d37..5b1683379bb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-panflute
pkgdesc = A Pythonic alternative to John MacFarlane’s pandocfilters
pkgver = 1.12.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/sergiocorreia/panflute
arch = any
license = BSD
@@ -11,7 +11,6 @@ pkgbase = python-panflute
depends = pandoc
depends = python
depends = python-click
- depends = python-shutilwhich
depends = python-yaml
replaces = pandoc-panflute
source = python-panflute-1.12.5.tar.gz::https://github.com/sergiocorreia/panflute/archive/1.12.5.tar.gz
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')