diff options
Diffstat (limited to 'testing/py3-livestream')
-rw-r--r-- | testing/py3-livestream/APKBUILD | 4 |
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" |