aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-livestream/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-16 15:59:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:55 +0000
commit6a62bd791083a679fdbcac339ae847d10018aa13 (patch)
treeb56bffc946d5040f23c131c9e74a2a08ee03a072 /testing/py3-livestream/APKBUILD
parent29cb5a8846b2aa8fc8353dccdb0ca783ea187622 (diff)
downloadaports-6a62bd791083a679fdbcac339ae847d10018aa13.tar.bz2
aports-6a62bd791083a679fdbcac339ae847d10018aa13.tar.xz
testing/py3-livestream: rebuild against python 3.7
Diffstat (limited to 'testing/py3-livestream/APKBUILD')
-rw-r--r--testing/py3-livestream/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-livestream/APKBUILD b/testing/py3-livestream/APKBUILD
index d6c109d45d..559f7bd761 100644
--- a/testing/py3-livestream/APKBUILD
+++ b/testing/py3-livestream/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py3-livestream
_pkgname=PyLivestream
pkgver=1.5.1
-pkgrel=0
+pkgrel=1
pkgdesc="Simple cross-platform FFmpeg-based live streaming to YouTube, Periscope, Facebook Live and more"
url="https://github.com/scivision/PyLivestream"
arch="noarch"
license="AGPL-3.0-or-later"
depends="ffmpeg"
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/scivision/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"