summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2019-03-01 15:24:21 +0000
committerCaleb Maclennan2019-03-01 15:24:21 +0000
commitaed139791848a52545a0df318c938cb525ce28d9 (patch)
tree3251520790eb9d38dd7932244b1ea332b69c6c0a /PKGBUILD
parent83b82a23d62ad86530848869df2c9d272e58cb80 (diff)
downloadaur-aed139791848a52545a0df318c938cb525ce28d9.tar.gz
Fix dependency name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b1e4562d50e..1b6945bc6d9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ arch=(any)
url="https://github.com/ickc/$_pipname"
license=(GPLv3)
makedepends=("python" "python-pip")
-depends=("pandoc-include"
- "python-click"
+depends=("python-click"
"python-future"
+ "python-pandoc-include"
"python-panflute"
"python-yaml"
"python-shutilwhich")