summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-01-28 12:01:20 +0500
committerDmitry Kharitonov2016-01-28 12:01:20 +0500
commit73372bb902be8d0a31cb718399834c7dbf534c85 (patch)
tree0db81fabe5e995892a86240799a53c5186264e69 /PKGBUILD
parentda759ae86c75c14a59d3d00be6531e092d41484e (diff)
downloadaur-73372bb902be8d0a31cb718399834c7dbf534c85.tar.gz
Changed pandoc-bin makedependency to pandoc, reflecting addition of this package to community
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41f6b6adb7cc..fed5159f2dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Enrico Bacis <enrico.bacis@gmail.com>
pkgname=edx-downloader-git
pkgver=r558.053fbc0
-pkgrel=2
+pkgrel=3
pkgdesc='A simple tool to download video lectures from edx.org.'
arch=('any')
url='https://github.com/shk3/edx-downloader'
license=('LGPL3')
-makedepends=('git' 'pandoc-bin')
+makedepends=('git' 'pandoc')
depends=('python' 'python-beautifulsoup4' 'youtube-dl' 'python-six' 'python-html5lib')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")