summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLari Tikkanen2017-02-05 13:33:01 +0200
committerLari Tikkanen2017-02-05 13:33:01 +0200
commit68be225992ffce4b62eaf9a63733438b85a3face (patch)
tree36ad3582eec4968efa1c538bff06b38820923895
parent99c7709d2dac99ca97375b14a691f0b7b198b334 (diff)
downloadaur-68be225992ffce4b62eaf9a63733438b85a3face.tar.gz
Fix python-setuptools again, makedepends too
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 385fa7914c1e..f55c414baa2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 5 19:50:57 UTC 2016
+# Sun Feb 5 11:20:09 UTC 2017
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.05.01.r42.6f59aa9
@@ -8,6 +8,7 @@ pkgbase = youtube-dl-git
arch = any
license = custom
makedepends = git
+ makedepends = python-setuptools
makedepends = pandoc
depends = python
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 16c306130b97..5ac8d81b5b6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=youtube-dl-git
_gitname="youtube-dl"
-pkgver=2016.05.01.r42.6f59aa9
+pkgver=2017.02.04.1.r4.6ef3e65a7
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' 'python-setuptools')
-makedepends=('git' 'pandoc')
+makedepends=('git' 'python-setuptools' 'pandoc')
optdepends=('ffmpeg: for video post-processing'
'rtmpdump: for rtmp streams support'
'atomicparsley: for embedding thumbnails into m4a files')