aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/youtube-dl/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/community/youtube-dl/APKBUILD b/community/youtube-dl/APKBUILD
index f59dad238b..95c90f1013 100644
--- a/community/youtube-dl/APKBUILD
+++ b/community/youtube-dl/APKBUILD
@@ -10,6 +10,7 @@ url="http://youtube-dl.org"
arch="noarch"
license="Unlicense"
depends="python3 ffmpeg"
+options="!check" # FIXME: run provided tests
subpackages="
$pkgname-doc
$pkgname-zsh-completion:zshcomp
@@ -25,11 +26,6 @@ prepare() {
-e 's|etc/fish/completions|share/fish/completions|'
}
-check() {
- cd "$builddir"
- ./youtube-dl --help > /dev/null
-}
-
package() {
cd "$builddir"
python3 setup.py install --root="$pkgdir/" --optimize=1