aboutsummaryrefslogtreecommitdiffstats
path: root/testing/livestreamer
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-31 17:04:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-31 17:04:08 +0100
commit53bc7bd8040aafa2b0510e32381bf21a9f5231d9 (patch)
tree3c0673c0d79e80faf9925159505a7059cbf91026 /testing/livestreamer
parent338dea15c20bc00793020ceadf4cee2832508dae (diff)
downloadaports-53bc7bd8040aafa2b0510e32381bf21a9f5231d9.tar.bz2
aports-53bc7bd8040aafa2b0510e32381bf21a9f5231d9.tar.xz
testing/livestreamer: fix url= and license=
Diffstat (limited to 'testing/livestreamer')
-rw-r--r--testing/livestreamer/APKBUILD6
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"