diff options
-rw-r--r-- | user/youtube-dl/APKBUILD | 6 |
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" |