diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-05-30 20:25:11 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-05-30 20:25:18 +0200 |
commit | edbb010eb533adcfa8a118b15332c7e4a48342d0 (patch) | |
tree | cbf4e4836222ad2688dfeb82a6e569c960afdec8 /testing/rutorrent | |
parent | 886697bf5b108d81f4378dd98b44340208376a77 (diff) | |
download | aports-edbb010eb533adcfa8a118b15332c7e4a48342d0.tar.bz2 aports-edbb010eb533adcfa8a118b15332c7e4a48342d0.tar.xz |
testing/rutorrent: remove gzip and coreutils from dependencies
Diffstat (limited to 'testing/rutorrent')
-rw-r--r-- | testing/rutorrent/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rutorrent/APKBUILD b/testing/rutorrent/APKBUILD index 792ff332d0..7310d60e9d 100644 --- a/testing/rutorrent/APKBUILD +++ b/testing/rutorrent/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=rutorrent pkgver=3.5 -pkgrel=0 +pkgrel=1 pkgdesc="Yet another web front-end for rTorrent" url="http://code.google.com/p/rutorrent/" arch="noarch" license="GPL" -depends="php curl gzip coreutils" +depends="php curl" depends_dev="" makedepends="" pkggroups="rutorrent" |