diff options
Diffstat (limited to 'community/you-get/APKBUILD')
-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" |