summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2015-07-10 16:45:36 +0500
committerDmitry Kharitonov2015-07-10 16:45:36 +0500
commit28ce5e128922f8bca2ccdbd3173ba5c0cc4c0208 (patch)
treee1058c180c8a4b5a2c6024d5331395530a59d947 /PKGBUILD
parent41194552049c59b0bbea1facbc3e5a25dce6aa4c (diff)
downloadaur-28ce5e128922f8bca2ccdbd3173ba5c0cc4c0208.tar.gz
pandoc-bin goes to makedepends too
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29777a8d2571..9460826c6f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='A simple tool to download video lectures from edx.org.'
arch=('any')
url='https://github.com/shk3/edx-downloader'
license=('LGPL3')
-makedepends=('git')
-depends=('python' 'python-beautifulsoup4' 'youtube-dl' 'python-six' 'python-html5lib' 'pandoc-bin')
+makedepends=('git' 'pandoc-bin')
+depends=('python' 'python-beautifulsoup4' 'youtube-dl' 'python-six' 'python-html5lib')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")