summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-25 12:47:57 +0300
committerCaleb Maclennan2020-02-25 12:47:57 +0300
commitef851d9542d08da054fff495834e72202d4a95e3 (patch)
tree39e6d410ab814c0b2b615c2c0767a3324af62fd2 /PKGBUILD
parentf54ac8ea26d15d03dc962b1c9533b4c256a15836 (diff)
downloadaur-ef851d9542d08da054fff495834e72202d4a95e3.tar.gz
Remove obsolete dependencies
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')