summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ec82439e097..503a57db205f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,12 @@
_name=pantable
pkgname=python-$_name
pkgver=0.12.2
-pkgrel=4
+pkgrel=5
pkgdesc='CSV Tables in Markdown: Pandoc Filter for CSV Tables'
arch=('any')
url="https://github.com/ickc/$_name"
license=('GPL3')
-_pydeps=('click'
- 'future'
- 'pandoc-include'
- 'panflute'
- 'shutilwhich'
+_pydeps=('panflute'
'yaml')
depends=('python' "${_pydeps[@]/#/python-}")
makedepends=('python-setuptools')