diff options
Diffstat (limited to 'testing/rutorrent/APKBUILD')
-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" |