summaryrefslogtreecommitdiff
path: root/user/youtube-dl
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-04-18 01:15:47 -0400
committerMax Rees <maxcrees@me.com>2019-04-18 05:02:53 -0400
commit7fa5dd62194eb92938029c8360166dc8de7754dd (patch)
treeb7688f10f5689872e328cfd709d121743ad56757 /user/youtube-dl
parentb12da4d8fe9a1f9dc457491e1921e47f7edd5115 (diff)
downloadpackages-7fa5dd62194eb92938029c8360166dc8de7754dd.tar.gz
packages-7fa5dd62194eb92938029c8360166dc8de7754dd.tar.bz2
packages-7fa5dd62194eb92938029c8360166dc8de7754dd.tar.xz
packages-7fa5dd62194eb92938029c8360166dc8de7754dd.zip
user/youtube-dl: bump to 2019.04.17
Diffstat (limited to 'user/youtube-dl')
-rw-r--r--user/youtube-dl/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/user/youtube-dl/APKBUILD b/user/youtube-dl/APKBUILD
index af5d02712..d7a2f6888 100644
--- a/user/youtube-dl/APKBUILD
+++ b/user/youtube-dl/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=youtube-dl
-pkgver=2018.11.23
+pkgver=2019.04.17
pkgrel=0
pkgdesc="Command-line program to download videos from YouTube and many other sites"
url="https://youtube-dl.org"
@@ -27,12 +27,10 @@ prepare() {
}
check() {
- cd "$builddir"
python3 -m unittest discover
}
package() {
- cd "$builddir"
python3 setup.py install --root="$pkgdir/" --optimize=1
}
@@ -65,4 +63,4 @@ fishcomp() {
"$subpkgdir/usr/share/fish/completions/"
}
-sha512sums="d4d2813657972c37d3493743a44055d7a776aeb5c5a97902e07caa317a3b2db30332507c37b56b3d8554e0bdc2a0ec6a9862977b449b363343a4de2df12bf059 youtube-dl-2018.11.23.tar.gz"
+sha512sums="6277a96a6487d81be23e0772c8e6fa36337d5b2b90a50b9be328579334b92c6e1a6eb9634a66969435c0d47e734fb907e286578cbc2f693565055ed1111b8148 youtube-dl-2019.04.17.tar.gz"