diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-31 17:04:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-31 17:04:08 +0100 |
commit | 53bc7bd8040aafa2b0510e32381bf21a9f5231d9 (patch) | |
tree | 3c0673c0d79e80faf9925159505a7059cbf91026 /testing/livestreamer | |
parent | 338dea15c20bc00793020ceadf4cee2832508dae (diff) | |
download | aports-53bc7bd8040aafa2b0510e32381bf21a9f5231d9.tar.bz2 aports-53bc7bd8040aafa2b0510e32381bf21a9f5231d9.tar.xz |
testing/livestreamer: fix url= and license=
Diffstat (limited to 'testing/livestreamer')
-rw-r--r-- | testing/livestreamer/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/livestreamer/APKBUILD b/testing/livestreamer/APKBUILD index 7e71bbf826..88de4df009 100644 --- a/testing/livestreamer/APKBUILD +++ b/testing/livestreamer/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=livestreamer pkgver=1.12.2 -pkgrel=6 +pkgrel=7 pkgdesc="Command-line utility that extracts streams from various services and pipes them into a video player of choice" -url="https://livestreamer.io/" +url="https://docs.livestreamer.io/" arch="noarch" -license="BSD-2-Clause AND MIT" +license="BSD-2-Clause AND MIT" depends="py3-requests rtmpdump py3-setuptools py3-crypto py3-librtmp" makedepends="py3-sphinx" source="$pkgname-$pkgver.tar.gz::https://github.com/chrippa/livestreamer/archive/v$pkgver.tar.gz" |