aboutsummaryrefslogtreecommitdiffstats
path: root/testing/livestreamer
diff options
context:
space:
mode:
Diffstat (limited to 'testing/livestreamer')
-rw-r--r--testing/livestreamer/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/livestreamer/APKBUILD b/testing/livestreamer/APKBUILD
index b3dd056bef..36f4576c40 100644
--- a/testing/livestreamer/APKBUILD
+++ b/testing/livestreamer/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=livestreamer
pkgver=1.12.2
-pkgrel=0
+pkgrel=1
pkgdesc="ommand-line utility that extracts streams from various services and pipes them into a video player of choice"
url=" http://livestreamer.io/"
arch="noarch"
license="BSD"
-depends="py-requests rtmpdump py-setuptools py-singledispatch py-futures py-six"
+depends="py-requests rtmpdump py-setuptools py-singledispatch py-futures
+ py-six py-crypto py-librtmp"
depends_dev=""
makedepends="$depends_dev py-sphinx"
install=""