summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael M. Tung2018-08-16 20:26:40 +0200
committerMichael M. Tung2018-08-16 20:26:40 +0200
commit723301ed342547526da5885caf2270724d3680f7 (patch)
treec71f14fa6bff1fd735e35d6ce44e62b8e5e7ba9a
parentd56aa332991d6ac3d2d0f58df3b2464890727158 (diff)
downloadaur-723301ed342547526da5885caf2270724d3680f7.tar.gz
added dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0703f21318e6..7e155e30f706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = pandoc-panflute
depends = python
depends = python-pandocfilters
depends = python-shutilwhich
+ depends = python-future
provides = pandoc-panflute-git
conflicts = pandoc-panflute-git
source = git://github.com/sergiocorreia/panflute.git
diff --git a/PKGBUILD b/PKGBUILD
index cdbe3dc5a330..3e9faf41f44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.10
pkgrel=1
pkgdesc='A Python package that makes creating Pandoc filters fun.'
url='https://github.com/sergiocorreia/panflute'
-depends=('pandoc' 'python' 'python-pandocfilters' 'python-shutilwhich')
+depends=('pandoc' 'python' 'python-pandocfilters' 'python-shutilwhich' 'python-future')
license=('BSD3')
arch=('any')