diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-03 07:31:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:30 +0000 |
commit | 2674588b79d698076557c0e05fa1c3b2135ee7dc (patch) | |
tree | fc2f71b98710596a419332002a37cb3c172dfca8 /testing/livestreamer | |
parent | ef7be2f2aa468dfb4e15f5a2b74165a5e0b43911 (diff) | |
download | aports-2674588b79d698076557c0e05fa1c3b2135ee7dc.tar.bz2 aports-2674588b79d698076557c0e05fa1c3b2135ee7dc.tar.xz |
testing/livestreamer: rebuild against python 3.8
Diffstat (limited to 'testing/livestreamer')
-rw-r--r-- | testing/livestreamer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/livestreamer/APKBUILD b/testing/livestreamer/APKBUILD index d75465fdb3..7e71bbf826 100644 --- a/testing/livestreamer/APKBUILD +++ b/testing/livestreamer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=livestreamer pkgver=1.12.2 -pkgrel=5 +pkgrel=6 pkgdesc="Command-line utility that extracts streams from various services and pipes them into a video player of choice" url="https://livestreamer.io/" arch="noarch" |