summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLartza2016-05-05 22:51:50 +0300
committerLartza2016-05-05 22:51:50 +0300
commit99c7709d2dac99ca97375b14a691f0b7b198b334 (patch)
treed69d31720e00fff2bb2407de97af9a68dffe8eb0
parentfc39c87e161fefdffce777a383131e8305f2f729 (diff)
downloadaur-99c7709d2dac99ca97375b14a691f0b7b198b334.tar.gz
Fix python-setuptools dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1918790858f2..385fa7914c1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Apr 8 15:33:38 UTC 2016
+# Thu May 5 19:50:57 UTC 2016
pkgbase = youtube-dl-git
pkgdesc = A small command-line program to download videos from YouTube.com and a few more sites (git version)
- pkgver = 2016.04.06.r7.a1ff3cd
+ pkgver = 2016.05.01.r42.6f59aa9
pkgrel = 1
url = https://github.com/rg3/youtube-dl
arch = any
license = custom
makedepends = git
- makedepends = python-setuptools
makedepends = pandoc
depends = python
+ depends = python-setuptools
optdepends = ffmpeg: for video post-processing
optdepends = rtmpdump: for rtmp streams support
optdepends = atomicparsley: for embedding thumbnails into m4a files
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')