diff options
author | tcely <tcely@users.noreply.github.com> | 2019-02-17 08:27:31 -0500 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-02-17 18:18:33 +0000 |
commit | 0a75e400e09a9ea34d91ce1134a98f72b614bab1 (patch) | |
tree | 4d43c98980a093ce2be327802bcef6fdbae270fe /community/you-get | |
parent | 7bdfb2a8de238d6efd6dad6d3399f7864eed84d9 (diff) | |
download | aports-0a75e400e09a9ea34d91ce1134a98f72b614bab1.tar.bz2 aports-0a75e400e09a9ea34d91ce1134a98f72b614bab1.tar.xz |
community/you-get: add dependencies
- ffmpeg is used when combining video parts
- ca-certificates is used when making HTTPS connections
Diffstat (limited to 'community/you-get')
-rw-r--r-- | community/you-get/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/you-get/APKBUILD b/community/you-get/APKBUILD index 45c812f3a0..1e7120597a 100644 --- a/community/you-get/APKBUILD +++ b/community/you-get/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Ivan Tham <pickfire@riseup.net> pkgname=you-get pkgver=0.4.1205 -pkgrel=0 +pkgrel=1 pkgdesc="Tiny command line utility to download media contents" url="https://you-get.org" arch="noarch" license="MIT" -depends="python3" +depends="ca-certificates ffmpeg python3" makedepends="python3-dev" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |