aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-12-23 16:35:27 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-12-31 16:51:18 +0000
commit57f169cdfbf61a66be7a265a061d36249537a403 (patch)
tree7155a929797dc13b5b6a08248f928386cc39f374
parent26c3c94bd62c5041dd0955dcad2faa100b61a61e (diff)
testing/livestreamer: depend on py3-pycryptodome
-rw-r--r--testing/livestreamer/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/livestreamer/APKBUILD b/testing/livestreamer/APKBUILD
index 88de4df009c..982b796d436 100644
--- a/testing/livestreamer/APKBUILD
+++ b/testing/livestreamer/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=livestreamer
pkgver=1.12.2
-pkgrel=7
+pkgrel=8
pkgdesc="Command-line utility that extracts streams from various services and pipes them into a video player of choice"
url="https://docs.livestreamer.io/"
arch="noarch"
license="BSD-2-Clause AND MIT"
-depends="py3-requests rtmpdump py3-setuptools py3-crypto py3-librtmp"
+depends="py3-requests rtmpdump py3-setuptools py3-pycryptodome py3-librtmp"
makedepends="py3-sphinx"
source="$pkgname-$pkgver.tar.gz::https://github.com/chrippa/livestreamer/archive/v$pkgver.tar.gz"