summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-19 14:06:25 +0300
committerCaleb Maclennan2020-02-19 14:08:52 +0300
commitf54ac8ea26d15d03dc962b1c9533b4c256a15836 (patch)
treea47c76ab11b9f91c5dfb2e186a509a1d3aecc65c /PKGBUILD
parent5bde118c49c473be9b311d6854dc4c2d98924e32 (diff)
downloadaur-f54ac8ea26d15d03dc962b1c9533b4c256a15836.tar.gz
Bump because make deps fixed in previous commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35fa9f7e6565..7ec82439e097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=pantable
pkgname=python-$_name
pkgver=0.12.2
-pkgrel=3
+pkgrel=4
pkgdesc='CSV Tables in Markdown: Pandoc Filter for CSV Tables'
arch=('any')
url="https://github.com/ickc/$_name"
@@ -14,8 +14,8 @@ _pydeps=('click'
'future'
'pandoc-include'
'panflute'
- 'yaml'
- 'shutilwhich')
+ 'shutilwhich'
+ 'yaml')
depends=('python' "${_pydeps[@]/#/python-}")
makedepends=('python-setuptools')
source=("https://github.com/ickc/$_name/archive/v$pkgver.tar.gz")