summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLartza2016-05-05 22:51:50 +0300
committerLartza2016-05-05 22:51:50 +0300
commit99c7709d2dac99ca97375b14a691f0b7b198b334 (patch)
treed69d31720e00fff2bb2407de97af9a68dffe8eb0 /PKGBUILD
parentfc39c87e161fefdffce777a383131e8305f2f729 (diff)
downloadaur-99c7709d2dac99ca97375b14a691f0b7b198b334.tar.gz
Fix python-setuptools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35ec8ffb9a32..16c306130b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=youtube-dl-git
_gitname="youtube-dl"
-pkgver=2016.04.06.r7.a1ff3cd
+pkgver=2016.05.01.r42.6f59aa9
pkgrel=1
pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites (git version)"
arch=('any')
url="https://github.com/rg3/youtube-dl"
license=('custom')
-depends=('python')
-makedepends=('git' 'python-setuptools' 'pandoc')
+depends=('python' 'python-setuptools')
+makedepends=('git' 'pandoc')
optdepends=('ffmpeg: for video post-processing'
'rtmpdump: for rtmp streams support'
'atomicparsley: for embedding thumbnails into m4a files')