summaryrefslogtreecommitdiff
path: root/youtube-dl/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-01-31 20:03:05 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-01-31 20:03:05 +1100
commitc0c51681c5e74d3d77bcd5d5295bc3ab1390b919 (patch)
treea0311a394af9fd097447a5cb7b60c3cc893567e8 /youtube-dl/Pkgfile
parent1c44faa5866ac59d5c60c8beb7aefc61e386684a (diff)
downloadcontrib-c0c51681c5e74d3d77bcd5d5295bc3ab1390b919.tar.gz
contrib-c0c51681c5e74d3d77bcd5d5295bc3ab1390b919.tar.xz
youtube-dl: 2016.12.15 -> 2017.01.29
Diffstat (limited to 'youtube-dl/Pkgfile')
-rw-r--r--youtube-dl/Pkgfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/youtube-dl/Pkgfile b/youtube-dl/Pkgfile
index c897910be..7c18f8755 100644
--- a/youtube-dl/Pkgfile
+++ b/youtube-dl/Pkgfile
@@ -1,16 +1,17 @@
# Description: A command-line program to download videos from YouTube.com and a few more sites.
-# URL: http://rg3.github.io/youtube-dl/
+# URL: https://rg3.github.io/youtube-dl/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: setuptools
name=youtube-dl
-version=2016.12.15
+version=2017.01.29
release=1
-source=(http://youtube-dl.org/downloads/$version/$name-$version.tar.gz)
+source=(https://youtube-dl.org/downloads/$version/$name-$version.tar.gz)
build() {
cd $name
- /usr/bin/python setup.py install --root="$PKG" --optimize=1
+ /usr/bin/python setup.py build
+ /usr/bin/python setup.py install --root=$PKG --optimize=1
rm -r $PKG/usr/share/doc
}

Generated by cgit