diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-23 16:35:27 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-31 16:51:18 +0000 |
commit | 57f169cdfbf61a66be7a265a061d36249537a403 (patch) | |
tree | 7155a929797dc13b5b6a08248f928386cc39f374 /testing/livestreamer/APKBUILD | |
parent | 26c3c94bd62c5041dd0955dcad2faa100b61a61e (diff) | |
download | aports-57f169cdfbf61a66be7a265a061d36249537a403.tar.bz2 aports-57f169cdfbf61a66be7a265a061d36249537a403.tar.xz |
testing/livestreamer: depend on py3-pycryptodome
Diffstat (limited to 'testing/livestreamer/APKBUILD')
-rw-r--r-- | testing/livestreamer/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/livestreamer/APKBUILD b/testing/livestreamer/APKBUILD index 88de4df009..982b796d43 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" |