diff options
author | Ivan Tham <pickfire@riseup.net> | 2018-04-07 11:43:38 +0800 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-09 05:48:00 +0000 |
commit | 2c38ffc6966a76ee7a9b9e291fdc3196f8ba30c0 (patch) | |
tree | 36d3f3301f93ee97a5981013cb1562d7a2ac6ec1 /community/you-get/APKBUILD | |
parent | 2c7e06667c7b2606217f5918dd129fda587d3823 (diff) | |
download | aports-2c38ffc6966a76ee7a9b9e291fdc3196f8ba30c0.tar.bz2 aports-2c38ffc6966a76ee7a9b9e291fdc3196f8ba30c0.tar.xz |
community/you-get: fix depends
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 4461edbd1d..a1540e5801 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.1040 -pkgrel=0 +pkgrel=1 pkgdesc="Tiny command line utility to download media contents" url="https://you-get.org/" arch="noarch" license="MIT" -depends="python3 py-setuptools" +depends="python3" makedepends="python3-dev" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |