summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-05-30 20:25:11 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-05-30 20:25:18 +0200
commitedbb010eb533adcfa8a118b15332c7e4a48342d0 (patch)
treecbf4e4836222ad2688dfeb82a6e569c960afdec8
parent886697bf5b108d81f4378dd98b44340208376a77 (diff)
downloadaports-edbb010eb533adcfa8a118b15332c7e4a48342d0.tar.bz2
aports-edbb010eb533adcfa8a118b15332c7e4a48342d0.tar.xz
testing/rutorrent: remove gzip and coreutils from dependencies
-rw-r--r--testing/rutorrent/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rutorrent/APKBUILD b/testing/rutorrent/APKBUILD
index 792ff332d..7310d60e9 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"